SpyBuster

Unmask a spy. Save your data.

Cos'è SpyBuster?

SpyBuster è un'estensione di Chrome sviluppata da MacPaw Browser Extensions, e la sua funzione principale è "Unmask a spy. Save your data.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione SpyBuster

Scarica i file di estensione SpyBuster in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome SpyBuster SpyBuster
ID ebpgbpnccddgdkiobopbfiijonjbmpnl
URL Ufficiale https://chromewebstore.google.com/detail/spybuster/ebpgbpnccddgdkiobopbfiijonjbmpnl
Descrizione Unmask a spy. Save your data.
Dimensione del File 693 KB
Conteggio Installazioni 2,137
Versione Corrente 1.0
Ultimo Aggiornamento 2022-06-10
Data di Pubblicazione 2022-06-08
Valutazione 5.00/5 Totale 18 Valutazioni
Sviluppatore MacPaw Browser Extensions
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://spybuster.app/
URL della Pagina di Aiuto https://macpaw.com/support
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}