Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

CK-Authenticator G3 #16

Open
Zumwaltboi68 opened this issue Oct 4, 2023 · 6 comments
Open

CK-Authenticator G3 #16

Zumwaltboi68 opened this issue Oct 4, 2023 · 6 comments
Labels
question Further information is requested

Comments

@Zumwaltboi68
Copy link

id=odoanpnonilogofggaohhkdkdgbhdljp

@Zumwaltboi68
Copy link
Author

Does dextensify work with this extension?

@Zumwaltboi68
Copy link
Author

chrome://extensions/?id=odoanpnonilogofggaohhkdkdgbhdljp

@wea-f
Copy link

wea-f commented Oct 9, 2023

also here is the manifest:
chrome-extension://odoanpnonilogofggaohhkdkdgbhdljp/manifest.json

@ading2210
Copy link
Owner

I can't see the manifest that you've linked because I don't have the extension. Please save the manifest.json as a file and upload it here.

@ading2210 ading2210 added the question Further information is requested label Oct 9, 2023
@wea-f
Copy link

wea-f commented Oct 10, 2023

github doesn't support JSON files so i just have it as a txt
manifest.txt

@Zumwaltboi68
Copy link
Author

txt contents:

{
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": "img/ckauth19x.png",
"default_popup": "popup.html"
},
"content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self'",
"description": "ContentKeeper Authenticator G3",
"icons": {
"128": "img/ckauth19x.png",
"16": "img/ckauth19x.png",
"32": "img/ckauth19x.png",
"48": "img/ckauth19x.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAw37XOeuEV2nv+swQdB6CZM4CK8dcKBpEzbCfuBd24zyh3nrLUx9dCclHCNMUBO9JBgjzcjGwydxIC0NTOOw9qiMfT9Ma9O38PcU9dFNHu1B7siInJkaCLCsr5B1RvjCQoLadlngnAw3Hu4hMVFfBuebrR+LztZqsgcUYaxBrlqr79+3OP0KQ/Keh9J/30hJLeIzxVSEo3i4itgp3zPv9+/pqy1NvM0rCk9JEWeZ4dIv0HiBAoVyg8FzO6T6Hx6YnjHCNZ17Nrb7L2yeWEAmoOK5+fa6S59aC2WMtLGbf6MN0/6DPlz0qjN2a47RL7Kmssk6VAZjvCSFh2SvYPlbinQIDAQAB",
"manifest_version": 2,
"name": "CK-Authenticator G3",
"offline_enabled": true,
"permissions": [ "webRequest", "webRequestBlocking", "identity", "identity.email", "https:///", "http:///", "\u003Call_urls>" ],
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "4.0.0",
"web_accessible_resources": [ "img/ckauth19x.png" ]
}

reactor-coding added a commit to reactor-coding/dextensify that referenced this issue Oct 25, 2023
ading2210 pushed a commit that referenced this issue Nov 23, 2023
* Add Filtering: "CK-Authenticator G3"

CK-Authenticator G3 #16

* Update README.md

* Add Github Action: data-uri base64
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants