Redirect skipper

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

ما هو Redirect skipper؟

Redirect skipper هو إضافة Chrome تم تطويرها بواسطة artgudele، والميزة الرئيسية لها هي "Skip tracking and redirect domains on search engines, social networks, and more.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Redirect skipper

قم بتنزيل ملفات الامتداد Redirect skipper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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\/*"
    ]
}