Redirect skipper

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

Redirect skipper क्या है?

Redirect skipper artgudele द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Skip tracking and redirect domains on search engines, social networks, and more."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Redirect skipper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Redirect skipper Redirect skipper
ID innfgppndhmajanacannnjmlfnimkegf
आधिकारिक URL https://chromewebstore.google.com/detail/redirect-skipper/innfgppndhmajanacannnjmlfnimkegf
विवरण Skip tracking and redirect domains on search engines, social networks, and more.
फ़ाइल का आकार 10.57 KB
स्थापना संख्या 1,272
वर्तमान संस्करण 1.5
अंतिम अपडेट 2021-10-14
प्रकाशन तिथि 2021-09-07
रेटिंग 1.50/5 कुल 2 रेटिंग्स
डेवलपर artgudele
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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\/*"
    ]
}