Redirect skipper
Skip tracking and redirect domains on search engines, social networks, and more.
Wat is Redirect skipper?
Redirect skipper is een Chrome-extensie ontwikkeld door artgudele, en de belangrijkste functie is "Skip tracking and redirect domains on search engines, social networks, and more.".
Extensie Screenshots
Download het CRX-bestand van de extensie Redirect skipper
Download Redirect skipper-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
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. Basisinformatie over de Extensie
| Naam | |
| ID | innfgppndhmajanacannnjmlfnimkegf |
| Officiële URL | https://chromewebstore.google.com/detail/redirect-skipper/innfgppndhmajanacannnjmlfnimkegf |
| Beschrijving | Skip tracking and redirect domains on search engines, social networks, and more. |
| Bestandsgrootte | 10.57 KB |
| Aantal Installaties | 1,272 |
| Huidige Versie | 1.5 |
| Laatst Bijgewerkt | 2021-10-14 |
| Publicatiedatum | 2021-09-07 |
| Beoordeling | 1.50/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | artgudele |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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\/*"
]
} | |