SpyBuster

Unmask a spy. Save your data.

SpyBuster란 무엇입니까?

SpyBuster은(는) MacPaw Browser Extensions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Unmask a spy. Save your data."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

SpyBuster 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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": [
                ""
            ]
        }
    ]
}