SpyBuster

Unmask a spy. Save your data.

Hvad er SpyBuster?

SpyBuster er en Chrome-udvidelse udviklet af MacPaw Browser Extensions, og dens hovedfunktion er "Unmask a spy. Save your data.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download SpyBuster-udvidelses-CRX-fil

Download SpyBuster-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn SpyBuster SpyBuster
ID ebpgbpnccddgdkiobopbfiijonjbmpnl
Officiel URL https://chromewebstore.google.com/detail/spybuster/ebpgbpnccddgdkiobopbfiijonjbmpnl
Beskrivelse Unmask a spy. Save your data.
Filstørrelse 693 KB
Antal Installationer 2,137
Nuværende Version 1.0
Senest Opdateret 2022-06-10
Udgivelsesdato 2022-06-08
Bedømmelse 5.00/5 Samlet 18 Bedømmelser
Udvikler MacPaw Browser Extensions
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://spybuster.app/
Hjælpeside-URL https://macpaw.com/support
Understøttede Sprog 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": [
                ""
            ]
        }
    ]
}