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": "__MSG_extName__", "description": "note\u306e\u30b9\u30ad\u6570\u3092\u6d88\u3057\u307e\u3059", "default_locale": "ja", "permissions": [], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/note.com\/*" ], "run_at": "document_idle", "js": [ "js\/content-script.js" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "version": "0.1.0" }