Redirect skipper

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

What is Redirect skipper?

Redirect skipper is a Chrome extension developed by artgudele, and its main feature is "Skip tracking and redirect domains on search engines, social networks, and more.".

Extension Screenshots

screenshot

Download Redirect skipper Extension CRX File

Download Redirect skipper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Redirect skipper Redirect skipper
ID innfgppndhmajanacannnjmlfnimkegf
Official URL https://chromewebstore.google.com/detail/redirect-skipper/innfgppndhmajanacannnjmlfnimkegf
Description Skip tracking and redirect domains on search engines, social networks, and more.
File Size 10.57 KB
Installation Count 1,272
Current Version 1.5
Last Updated 2021-10-14
Publish Date 2021-09-07
Rating 1.50/5 Total 2 Ratings
Developer artgudele
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}