Redirect 4 Chan

Redirects you to 8chan

ما هو Redirect 4 Chan؟

Redirect 4 Chan هو إضافة Chrome تم تطويرها بواسطة Blue Elub، والميزة الرئيسية لها هي "Redirects you to 8chan".

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

قم بتنزيل ملفات الامتداد Redirect 4 Chan بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Redirects 4chan.org to 8chan.co                    

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

الاسم Redirect 4 Chan Redirect 4 Chan
ID ajnokeedalenkgclhaegbnljlepkgagf
عنوان URL الرسمي https://chrome.google.com/webstore/detail/redirect-4-chan/ajnokeedalenkgclhaegbnljlepkgagf
الوصف Redirects you to 8chan
حجم الملف 17.66 KB
عدد التثبيتات 14
النسخة الحالية 1.0
آخر تحديث 2014-09-21
تاريخ النشر 2014-09-20
تقييم 4.80/5 مجموع تقييمات 5
المطور Blue Elub
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Redirect 4 Chan",
    "version": "1.0",
    "description": "Redirects you to 8chan",
    "background": {
        "scripts": [
            "redirect.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "webRequest",
        "*:\/\/4chan.org\/*",
        "*:\/\/www.4chan.org\/*",
        "webRequestBlocking"
    ]
}