AltFThis - Bypass Tracking Redirects

Adds an option to the right-click menu to bypass tracking servers that might be blocked

ما هو AltFThis - Bypass Tracking Redirects؟

AltFThis - Bypass Tracking Redirects هو إضافة Chrome تم تطويرها بواسطة AltFThis، والميزة الرئيسية لها هي "Adds an option to the right-click menu to bypass tracking servers that might be blocked".

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

screenshot

تحميل ملف CRX للإضافة AltFThis - Bypass Tracking Redirects

قم بتنزيل ملفات الامتداد AltFThis - Bypass Tracking Redirects بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Adds an option to the right-click menu to bypass tracking servers that might be blocked                    

معلومات أساسية عن التمديد

الاسم AltFThis - Bypass Tracking Redirects AltFThis - Bypass Tracking Redirects
ID kfkkfodkjlfcgpmidknhfpiodggaemkc
عنوان URL الرسمي https://chromewebstore.google.com/detail/altfthis-bypass-tracking/kfkkfodkjlfcgpmidknhfpiodggaemkc
الوصف Adds an option to the right-click menu to bypass tracking servers that might be blocked
حجم الملف 9.3 KB
عدد التثبيتات 51
النسخة الحالية 1.05
آخر تحديث 2020-04-08
تاريخ النشر 2020-04-08
تقييم 5.00/5 مجموع تقييمات 1
المطور AltFThis
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AltFThis - Bypass Tracking Redirects",
    "version": "1.05",
    "description": "Adds an option to the right-click menu to bypass tracking servers that might be blocked",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}