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": "\ub124\uc774\ubc84 \ub3d9\uc601\uc0c1 \ud50c\ub7ec\uadf8\uc778", "version": "1.0.2.2", "description": "\ub124\uc774\ubc84 \ub3d9\uc601\uc0c1 \uc11c\ube44\uc2a4 \uc774\uc6a9\uc744 \uc704\ud55c \ud655\uc7a5 \ud504\ub85c\uadf8\ub7a8", "icons": { "128": "icon.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*.naver.com\/*", "http:\/\/*.nhncorp.com\/*", "http:\/\/*.navercorp.com\/*", "https:\/\/*.naver.com\/*", "https:\/\/*.nhncorp.com\/*", "https:\/\/*.navercorp.com\/*" ], "js": [ "content.js" ], "run_at": "document_start", "all_frames": true } ], "permissions": [ "activeTab", "scripting", "nativeMessaging" ], "host_permissions": [ "http:\/\/*.naver.com\/*", "http:\/\/*.nhncorp.com\/*", "http:\/\/*.navercorp.com\/*", "https:\/\/*.naver.com\/*", "https:\/\/*.nhncorp.com\/*", "https:\/\/*.navercorp.com\/*" ], "externally_connectable": { "matches": [ "http:\/\/*.naver.com\/*", "http:\/\/*.nhncorp.com\/*", "http:\/\/*.navercorp.com\/*", "https:\/\/*.naver.com\/*", "https:\/\/*.nhncorp.com\/*", "https:\/\/*.navercorp.com\/*" ] } }