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_ext_name__", "version": "1.3.0.0", "default_locale": "ja", "description": "__MSG_ext_desc__", "icons": { "128": "icon\/Y_128.png" }, "minimum_chrome_version": "93", "action": { "default_icon": { "38": "icon\/Icon_38x38.png" }, "default_title": "Yahoo! JAPAN\u306b\u7c21\u5358\u30a2\u30af\u30bb\u30b9" }, "author": "Yahoo! JAPAN", "background": { "service_worker": "scripts\/background.js" }, "chrome_settings_overrides": { "startup_pages": [ "https:\/\/www.yahoo.co.jp\/?fr=top_ga1_ext1_startup" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.yahoo.co.jp\/*" ], "js": [ "scripts\/contentScripts.js" ], "run_at": "document_end", "all_frames": false } ], "permissions": [ "bookmarks", "tabs" ], "host_permissions": [ "https:\/\/*.yahoo.co.jp\/" ], "web_accessible_resources": [ { "resources": [ "scripts\/logger.js" ], "matches": [ "https:\/\/*.yahoo.co.jp\/*" ] } ], "externally_connectable": { "matches": [ "*:\/\/*.yahoo.co.jp\/*" ] } }