SpyBuster

Unmask a spy. Save your data.

SpyBusterとは何ですか?

SpyBusterはMacPaw Browser Extensionsによって開発されたChromeの拡張機能で、その主な機能は「Unmask a spy. Save your data.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        SpyBuster provides users with online security. When users surf the web, they can immediately see sites and services connected to Russian Federation.
The extension also has a social significance — users can determine which sites or media connect to Russian servers and inform them about it so they can fix the problem. Many media outlets are unaware that their sites connection to Russian servers.

Why is this important?

In July 2016, Russia enforced Federal bills No. 374-FZ and 375-FZ. The bill requires telecom providers to store the content of voice calls, data, images, and text messages on Russian servers for 6 months, and their metadata (e.g., time, location, message sender, and recipients) for 3 years. Online services such as messengers, emails, and social networks that use encrypted data are required to permit the Federal Security Service (FSB) to access and read their encrypted communications.                    

拡張機能の基本情報

名前 SpyBuster SpyBuster
ID ebpgbpnccddgdkiobopbfiijonjbmpnl
公式URL https://chromewebstore.google.com/detail/spybuster/ebpgbpnccddgdkiobopbfiijonjbmpnl
説明 Unmask a spy. Save your data.
ファイルサイズ 693 KB
インストール数 2,137
現在のバージョン 1.0
最終更新日 2022-06-10
公開日 2022-06-08
評価 5.00/5 合計 18 レビュー
開発者 MacPaw Browser Extensions
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://spybuster.app/
ヘルプページのURL https://macpaw.com/support
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SpyBuster",
    "description": "Unmask a spy. Save your data.",
    "version": "1.0",
    "manifest_version": 3,
    "minimum_chrome_version": "92",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "type": "module",
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "webRequest",
        "geolocation",
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content\/content.js"
            ],
            "css": [
                "static\/font.css",
                "content\/content.css"
            ]
        }
    ],
    "action": {
        "default_popup": "popup\/index.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "static\/*",
                "map\/*",
                "lib\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}