Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "version": "1.18", "default_locale": "en", "action": { "default_popup": "popup.html", "default_icon": "images\/logo.png" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "service-worker.js" }, "permissions": [ "tabCapture", "activeTab", "scripting", "storage", "offscreen", "tabs", "background", "cookies" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "css": [ "thirdParty\/jquery-ui.min.css", "thirdParty\/switcher.css", "content.css" ], "js": [ "thirdParty\/jquery-3.7.1.min.js", "thirdParty\/jquery-ui.min.js", "thirdParty\/crypto-js.min.js", "screen_delay.js" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "images\/top-log.jpeg", "thirdParty\/msgpack.min.js", "thirdParty\/int64.min.js", "thirdParty\/fpnn.min.js", "thirdParty\/rtvt.sdk.js", "worker.js" ], "matches": [ "<all_urls>" ] } ], "externally_connectable": { "matches": [ "http:\/\/localhost:*\/*", "http:\/\/127.0.0.1:*\/*", "file:\/\/\/*", "https:\/\/www.viitor.info\/*" ], "accepts_tls_channel_id": false } }