SpyBuster

Unmask a spy. Save your data.

¿Qué es SpyBuster?

SpyBuster es una extensión de Chrome desarrollada por MacPaw Browser Extensions, y su función principal es "Unmask a spy. Save your data.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión SpyBuster

Descarga archivos de extensión SpyBuster en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre SpyBuster SpyBuster
ID ebpgbpnccddgdkiobopbfiijonjbmpnl
URL Oficial https://chromewebstore.google.com/detail/spybuster/ebpgbpnccddgdkiobopbfiijonjbmpnl
Descripción Unmask a spy. Save your data.
Tamaño del Archivo 693 KB
Cantidad de Instalaciones 2,137
Versión Actual 1.0
Última Actualización 2022-06-10
Fecha de Publicación 2022-06-08
Calificación 5.00/5 Total de 18 Calificaciones
Desarrollador MacPaw Browser Extensions
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://spybuster.app/
URL de la Página de Ayuda https://macpaw.com/support
Idiomas Soportados 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": [
                ""
            ]
        }
    ]
}