AltFThis - Bypass Tracking Redirects

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

Wat is AltFThis - Bypass Tracking Redirects?

AltFThis - Bypass Tracking Redirects is een Chrome-extensie ontwikkeld door AltFThis, en de belangrijkste functie is "Adds an option to the right-click menu to bypass tracking servers that might be blocked".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie AltFThis - Bypass Tracking Redirects

Download AltFThis - Bypass Tracking Redirects-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam AltFThis - Bypass Tracking Redirects AltFThis - Bypass Tracking Redirects
ID kfkkfodkjlfcgpmidknhfpiodggaemkc
Officiële URL https://chromewebstore.google.com/detail/altfthis-bypass-tracking/kfkkfodkjlfcgpmidknhfpiodggaemkc
Beschrijving Adds an option to the right-click menu to bypass tracking servers that might be blocked
Bestandsgrootte 9.3 KB
Aantal Installaties 51
Huidige Versie 1.05
Laatst Bijgewerkt 2020-04-08
Publicatiedatum 2020-04-08
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar AltFThis
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}