Examine source code of 日本語検索フィルター

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"
}