Redirect skipper

Skip tracking and redirect domains on search engines, social networks, and more.

O que é Redirect skipper?

Redirect skipper é uma extensão do Chrome desenvolvida por artgudele, e sua principal característica é "Skip tracking and redirect domains on search engines, social networks, and more.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Redirect skipper

Baixe arquivos de extensão Redirect skipper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Redirect skipper Redirect skipper
ID innfgppndhmajanacannnjmlfnimkegf
URL Oficial https://chromewebstore.google.com/detail/redirect-skipper/innfgppndhmajanacannnjmlfnimkegf
Descrição Skip tracking and redirect domains on search engines, social networks, and more.
Tamanho do Arquivo 10.57 KB
Contagem de Instalações 1,272
Versão Atual 1.5
Última Atualização 2021-10-14
Data de Publicação 2021-09-07
Classificação 1.50/5 Total de 2 Avaliações
Desenvolvedor artgudele
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
    ]
}