AltFThis - Bypass Tracking Redirects

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

Qu'est-ce que AltFThis - Bypass Tracking Redirects ?

AltFThis - Bypass Tracking Redirects est une extension Chrome développée par AltFThis, et sa fonction principale est "Adds an option to the right-click menu to bypass tracking servers that might be blocked".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension AltFThis - Bypass Tracking Redirects

Téléchargez les fichiers d'extension AltFThis - Bypass Tracking Redirects au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom AltFThis - Bypass Tracking Redirects AltFThis - Bypass Tracking Redirects
ID kfkkfodkjlfcgpmidknhfpiodggaemkc
URL Officiel https://chromewebstore.google.com/detail/altfthis-bypass-tracking/kfkkfodkjlfcgpmidknhfpiodggaemkc
Description Adds an option to the right-click menu to bypass tracking servers that might be blocked
Taille du Fichier 9.3 KB
Nombre d'Installations 51
Version Actuelle 1.05
Dernière Mise à Jour 2020-04-08
Date de Publication 2020-04-08
Évaluation 5.00/5 Total 1 Évaluations
Développeur AltFThis
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}