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", "name": "__MSG_extensionName__", "description": "__MSG_extensionShortDescription__", "version": "1.6", "manifest_version": 3, "default_locale": "vi", "background": { "service_worker": "background.js" }, "permissions": [ "activeTab" ], "icons": { "16": "icon_16x16.png", "48": "icon_48x48.png", "128": "icon_128x128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/watch*", "*:\/\/*.twitch.tv\/*", "*:\/\/*.onlive.vn\/*" ], "js": [ "content-script.js" ], "css": [ "content-script.css" ], "run_at": "document_end" } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icon_16x16.png", "48": "icon_48x48.png", "128": "icon_128x128.png" } }, "web_accessible_resources": [ { "resources": [ "perk-images\/*\/*.webp" ], "matches": [ "*:\/\/*.youtube.com\/*", "*:\/\/*.twitch.tv\/*", "*:\/\/*.onlive.vn\/*" ] } ] }