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": "Naver\/Daum Media Filter(\ub124\uc774\ubc84\/\ub2e4\uc74c \ub274\uc2a4 \uc5b8\ub860\uc0ac \ud45c\uc2dc\/\ucc28\ub2e8)", "description": "\ub124\uc774\ubc84\/\ub2e4\uc74c \uc6f9\uc0ac\uc774\ud2b8\uc758 \ub274\uc2a4\ub9c1\ud06c\uc5d0 \uc5b8\ub860\uc0ac\ub97c \ud45c\uc2dc\/\ucc28\ub2e8\ud569\ub2c8\ub2e4.", "version": "0.6.1", "host_permissions": [ "https:\/\/*.daum.net\/*", "https:\/\/*.naver.com\/*" ], "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon.png" }, "content_scripts": [ { "css": [ "content.css" ], "js": [ "content.js", "content.naver.js" ], "matches": [ "*:\/\/*.daum.net\/*", "*:\/\/*.naver.com\/*" ], "all_frames": true } ], "action": { "default_icon": "images\/icon.png", "default_popup": "main.html" }, "web_accessible_resources": [ { "resources": [ "iframe.html", "iframe.js" ], "matches": [ "https:\/\/*.daum.net\/*", "https:\/\/*.naver.com\/*" ] } ], "permissions": [ "storage" ] }