FB Anti-Tracker Online

This extension prevents ad tracking by Facebook.

FB Anti-Tracker Online란 무엇입니까?

FB Anti-Tracker Online은(는) abrasoft에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension prevents ad tracking by Facebook."입니다.

확장 프로그램 스크린샷

screenshot

FB Anti-Tracker Online 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        FB Anti-Tracker Online
Make the web faster, more private, and more secure.
Disconnect lets you visualize and block the facebook that track you.                    

확장 프로그램 기본 정보

이름 FB Anti-Tracker Online FB Anti-Tracker Online
ID aocdkpnagmpicooglhjddolmcomnfpke
공식 URL https://chromewebstore.google.com/detail/fb-anti-tracker-online/aocdkpnagmpicooglhjddolmcomnfpke
설명 This extension prevents ad tracking by Facebook.
파일 크기 66.25 KB
설치 횟수 94
현재 버전 1.0
최근 업데이트 2020-01-09
출시 날짜 2020-01-05
개발자 abrasoft
결제 유형 free
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*.facebook.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "defaul_icon": {
            "32": "icon32.png",
            "64": "icon64.png",
            "128": "icon128.png",
            "256": "icon256.png",
            "512": "icon512.png"
        },
        "default_title": "FB Privacy&Security Online",
        "default_popup": "popup.html"
    },
    "icons": {
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png",
        "256": "icon256.png",
        "512": "icon512.png"
    }
}