Redirect skipper
Skip tracking and redirect domains on search engines, social networks, and more.
Qu'est-ce que Redirect skipper ?
Redirect skipper est une extension Chrome développée par artgudele, et sa fonction principale est "Skip tracking and redirect domains on search engines, social networks, and more.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Redirect skipper
Téléchargez les fichiers d'extension Redirect skipper 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
Simple app that removes annoying redirects before navigation to a target page. Search engines, social networks track your browsing history with such a trick. Works on the most visited websites, and I improve the database.
Informations de Base sur l'Extension
Nom | Redirect skipper |
ID | innfgppndhmajanacannnjmlfnimkegf |
URL Officiel | https://chromewebstore.google.com/detail/redirect-skipper/innfgppndhmajanacannnjmlfnimkegf |
Description | Skip tracking and redirect domains on search engines, social networks, and more. |
Taille du Fichier | 10.57 KB |
Nombre d'Installations | 1,272 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2021-10-14 |
Date de Publication | 2021-09-07 |
Évaluation | 1.50/5 Total 2 Évaluations |
Développeur | artgudele |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Redirect skipper", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": { "128": "icon128.png" }, "default_title": "Redirect skipper" }, "description": "Skip tracking and redirect domains on search engines, social networks, and more.", "icons": { "128": "icon128.png" }, "incognito": "split", "manifest_version": 2, "minimum_chrome_version": "55.0", "name": "Redirect skipper", "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/*\/*", "http:\/\/*\/*" ], "short_name": "Redirect skipper", "version": "1.5", "web_accessible_resources": [ "fixtures\/*" ] } |