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": "TTV Sharpen", "description": "\ud2b8\uc704\uce58\uc758 \uc601\uc0c1\uc5d0 \uc120\uba85\ud558\uac8c \ud544\ud130\ub97c \uc801\uc6a9\ud569\ub2c8\ub2e4.", "version": "1.1.2", "manifest_version": 3, "permissions": [ "storage" ], "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "exclude_globs": [ "*:\/\/api.twitch.tv\/*" ], "js": [ "script.js" ], "css": [ "style.css" ], "matches": [ "*:\/\/*.twitch.tv\/*" ], "all_frames": true } ] }