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": "\uc560\ub4dc\uc13c\uc2a4\ud31c \ud669\uae08\ube44\uc11c", "description": "\ube14\ub85c\uac70\ub4e4\uc758 \uc0dd\uc0b0\uc131\uc744 10\ubc30 \uc62c\ub824\uc8fc\ub294 \ud544\uc218 \ub3c4\uad6c! PC->\ubaa8\ubc14\uc77c \ubcf4\uae30, \uac80\uc0c9\ub7c9, \uce74\ud398\uae00 \ubcf4\uae30, \ub9c8\uc6b0\uc2a4 \uc81c\uc2a4\ucc98, \uc6b0\ud074\ub9ad \ud574\uc81c \ub4f1 \ud6a8\uc728\uc801 \uc628\ub77c\uc778 \ud65c\ub3d9 \uc9c0\uc6d0", "version": "0.7.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "homepage_url": "https:\/\/adsensefarm.kr\/", "action": { "default_popup": "popup.html" }, "icons": { "16": "icons\/icon.png", "48": "icons\/icon.png", "128": "icons\/icon.png" }, "web_accessible_resources": [ { "resources": [ "*.html", "*.css", "*.js", "*.json", "*.png", "*.jpg", "*.gif", "*.svg", "*.woff", "*.woff2", "*.ttf", "*.eot", "*.otf" ], "matches": [ "*:\/\/*.naver.com\/*" ] } ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "build\/contents.js" ], "css": [ "assets\/theme.css" ], "all_frames": false } ], "permissions": [ "activeTab", "sessions", "storage", "tabs" ], "host_permissions": [ "*:\/\/*.naver.com\/*", "*:\/\/*.adsensefarm.kr\/*" ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval' http:\/\/localhost:* http:\/\/127.0.0.1:*; object-src 'self'", "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-eval' 'https:\/\/fonts.googleapis.com\/' 'https:\/\/use.fontawesome.com\/' 'https:\/\/fonts.gstatic.com\/'; object-src 'self'" } }