Domain Spotter

Find domains and paths

Domain Spotterとは何ですか?

Domain Spotterはbooleanbeanによって開発されたChromeの拡張機能で、その主な機能は「Find domains and paths」です。

拡張機能のスクリーンショット

screenshot
screenshot

Domain Spotter拡張機能のCRXファイルをダウンロード

Domain Spotter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This browser extension tracks and lists domains visited.                    

拡張機能の基本情報

名前 Domain Spotter Domain Spotter
ID fmnjijmencoomajpfoapahncglihcoio
公式URL https://chromewebstore.google.com/detail/domain-spotter/fmnjijmencoomajpfoapahncglihcoio
説明 Find domains and paths
ファイルサイズ 13.85 KB
インストール数 530
現在のバージョン 1.0.05
最終更新日 2023-02-14
公開日 2022-11-20
開発者 booleanbean
Eメール [email protected]
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Domain Spotter",
    "description": "Find domains and paths",
    "version": "1.0.05",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "history",
        "storage"
    ]
}