Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "background": { "service_worker": "background\/background.js" }, "content_scripts": [ { "all_frames": true, "js": [ "background\/ntko-background.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_idle" } ], "default_locale": "en_US", "description": "__MSG_extensionDescription__", "homepage_url": "http:\/\/www.ntko.com\/", "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "icons": { "512": "icons\/ntko.png" }, "manifest_version": 3, "name": "__MSG_extensionName__", "permissions": [ "nativeMessaging", "tabs", "cookies" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "6.0.2.3", "web_accessible_resources": [ { "matches": [ "*:\/\/*\/*" ], "resources": [ "icons\/ntko.png" ], "extension_ids": [ "nlbmlopkpjooamnjgcjmnbenkjcijigl" ] } ] }