LIVE Point+ Firefox

Examine source code of LIVE Point+

By: KASHIKA Add-on
Inspect and view changes in LIVE Point+ source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "LIVE Point+",
  "description": "ウェブ上で表示される広告情報を検出・収集し、分類・可視化するブラウザ拡張機能。",
  "version": "0.6.5",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArV4odiVi/1nHvSRlDOScq1YZfgfDj4i8RqGdzj0cK670nZJ/Mu6jV8tzpe44+qeUdREyPCLcyqWbZahchK4KP30Y6vY8RVcUPCdKxM6lO6ifGaoWl9O0NAn/i419PjJhFUbo383pOgenEMfnADdT6HX6CPp2o8P2+mOlV8LBTWzxGmggqJmqdzxb//NuyOHiclkWT5hlvoG90PJ16SCaC9d8fjUyfhQYW42uDJVhK6JwkiQVTDvibD3W+r8olBQsOSUGjTh4bYa8Jxn5mWwefJ/s5cbYvKHmNikdiqQMxdGtTSyQUevA+eEbwPwD4y7jhVW90T/BPQgXu2IC3kkdjQIDAQAB",
  "browser_specific_settings": {
    "gecko": {
      "id": "live-point@kashika-20mile.com",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ]
      }
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "interceptor.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "yads.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "identity",
    "storage",
    "unlimitedStorage",
    "declarativeNetRequest",
    "declarativeNetRequestWithHostAccess",
    "alarms"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "oauth2": {
    "client_id": "180624801193-fg9qbb4h7nqeu80rs645714os0c64kea.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_title": "LIVE Point+",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "open_in_tab": true,
    "page": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-scripts/auto-scroll.js",
        "content-scripts/jump-to-bottom.js"
      ]
    },
    {
      "matches": [
        "https://www.facebook.com/*"
      ],
      "run_at": "document_start",
      "js": [
        "content-scripts/facebook.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "match_about_blank": true,
      "run_at": "document_end",
      "js": [
        "content-scripts/google.js"
      ],
      "match_origin_as_fallback": true
    },
    {
      "matches": [
        "https://www.instagram.com/*"
      ],
      "run_at": "document_start",
      "js": [
        "content-scripts/instagram.js"
      ]
    },
    {
      "matches": [
        "https://*.pinterest.com/*",
        "https://*.pinterest.jp/*"
      ],
      "run_at": "document_start",
      "js": [
        "content-scripts/pinterest.js"
      ]
    },
    {
      "matches": [
        "https://www.tiktok.com/*"
      ],
      "run_at": "document_start",
      "js": [
        "content-scripts/tiktok.js"
      ]
    },
    {
      "matches": [
        "https://twitter.com/*",
        "https://x.com/*"
      ],
      "js": [
        "content-scripts/x.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start",
      "js": [
        "content-scripts/yahoo.js"
      ]
    },
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/youtube.js"
      ]
    }
  ]
}

Best LIVE Point+ Alternatives

Here are some Firefox add-ons that are similar to LIVE Point+: