Redirect skipper
Skip tracking and redirect domains on search engines, social networks, and more.
Co je Redirect skipper?
Redirect skipper je rozšíření Chrome vyvinuté artgudele, a jeho hlavní funkcí je „Skip tracking and redirect domains on search engines, social networks, and more.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Redirect skipper
Stáhněte si soubory rozšíření Redirect skipper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Redirect skipper |
ID | innfgppndhmajanacannnjmlfnimkegf |
Oficiální URL | https://chromewebstore.google.com/detail/redirect-skipper/innfgppndhmajanacannnjmlfnimkegf |
Popis | Skip tracking and redirect domains on search engines, social networks, and more. |
Velikost souboru | 10.57 KB |
Počet instalací | 1,272 |
Aktuální Verze | 1.5 |
Poslední Aktualizace | 2021-10-14 |
Datum Vydání | 2021-09-07 |
Hodnocení | 1.50/5 Celkem 2 Hodnocení |
Vývojář | artgudele |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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\/*" ] } |