AltFThis - Bypass Tracking Redirects

Adds an option to the right-click menu to bypass tracking servers that might be blocked

Co to jest AltFThis - Bypass Tracking Redirects?

AltFThis - Bypass Tracking Redirects to rozszerzenie Chrome opracowane przez AltFThis, a jego główną funkcją jest „Adds an option to the right-click menu to bypass tracking servers that might be blocked”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia AltFThis - Bypass Tracking Redirects

Pobierz pliki rozszerzeń AltFThis - Bypass Tracking Redirects w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Adds an option to the right-click menu to bypass tracking servers that might be blocked                    

Podstawowe informacje o rozszerzeniu

Nazwa AltFThis - Bypass Tracking Redirects AltFThis - Bypass Tracking Redirects
ID kfkkfodkjlfcgpmidknhfpiodggaemkc
Oficjalny URL https://chromewebstore.google.com/detail/altfthis-bypass-tracking/kfkkfodkjlfcgpmidknhfpiodggaemkc
Opis Adds an option to the right-click menu to bypass tracking servers that might be blocked
Rozmiar pliku 9.3 KB
Liczba instalacji 51
Aktualna Wersja 1.05
Ostatnia Aktualizacja 2020-04-08
Data Publikacji 2020-04-08
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper AltFThis
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AltFThis - Bypass Tracking Redirects",
    "version": "1.05",
    "description": "Adds an option to the right-click menu to bypass tracking servers that might be blocked",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}