Redirect skipper
Skip tracking and redirect domains on search engines, social networks, and more.
Co to jest Redirect skipper?
Redirect skipper to rozszerzenie Chrome opracowane przez artgudele, a jego główną funkcją jest „Skip tracking and redirect domains on search engines, social networks, and more.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Redirect skipper
Pobierz pliki rozszerzeń Redirect skipper 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
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | innfgppndhmajanacannnjmlfnimkegf |
| Oficjalny URL | https://chromewebstore.google.com/detail/redirect-skipper/innfgppndhmajanacannnjmlfnimkegf |
| Opis | Skip tracking and redirect domains on search engines, social networks, and more. |
| Rozmiar pliku | 10.57 KB |
| Liczba instalacji | 1,272 |
| Aktualna Wersja | 1.5 |
| Ostatnia Aktualizacja | 2021-10-14 |
| Data Publikacji | 2021-09-07 |
| Ocena | 1.50/5 Łącznie 2 Oceny |
| Deweloper | artgudele |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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\/*"
]
} | |