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": "\uc720\ud22c\ube0c \uc1fc\uce20 \ucc28\ub2e8\uae30", "version": "1.1.0", "description": "\uc720\ud29c\ube0c \uc1fc\uce20 \uba54\ub274\ub97c \uc228\uae30\uace0, \uc1fc\uce20 \ud398\uc774\uc9c0\ub85c\uc758 \uc811\uadfc\uc744 \uba54\uc778 \ud398\uc774\uc9c0\ub85c \ub9ac\ub514\ub809\uc158\ud558\uc5ec \uc9d1\uc911\uc744 \ub3d5\uc2b5\ub2c8\ub2e4.", "permissions": [ "declarativeNetRequest", "storage" ], "host_permissions": [ "*:\/\/*.youtube.com\/*" ], "action": { "default_icon": "icons\/icon48.png", "default_title": "\uc1fc\uce20 \ucc28\ub2e8\uae30", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "content.js" ], "run_at": "document_idle" } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }