Version 1.2.2 View in Chrome Web Store
https://tailwindcss.com | https://www.chromium.org/developers/how-tos/run-chromium-with-flags/ | |
https://chromewebstore.google.com/detail/fcalilbnpkfikdppppppchmkdipibalb/reviews | https://github.com/www1z4rd/cloaq | |
http://www.w3.org/2000/svg | https://chromewebstore.google.com/ | |
http://ip-api.com/json?fields=status | https://clients2.google.com/service/update2/crx |
{ "name": "__MSG_extName__", "icons": { "128": "img/icon.png" }, "action": { "default_icon": { "128": "img/icon.png" }, "default_popup": "html/popup.html" }, "author": "Cloaq", "version": "1.2.2", "background": { "type": "module", "service_worker": "js/background.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "__MSG_extDesc__", "permissions": [ "storage", "webNavigation", "debugger" ], "options_page": "html/info.html", "default_locale": "en", "manifest_version": 3 }