Inspect and view changes in 日本語検索フィルター source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "日本語検索フィルター",
"version": "1.0",
"description": "海外ã§ã‚‚日本語ã®æ¤œç´¢çµæžœã ã‘を表示ã§ãã¾ã™ã€‚ワンクリックã§ã‚ªãƒ³ãƒ»ã‚ªãƒ•åˆ‡ã‚Šæ›¿ãˆå¯èƒ½ã€‚",
"permissions": [
"webNavigation",
"tabs",
"contextMenus",
"storage"
],
"host_permissions": [
"*://*.google.com/*"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"default_popup": "popup.html"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}