Redirector

Catch and redirect url's based on RegEx identifier

ما هو Redirector؟

Redirector هو إضافة Chrome تم تطويرها بواسطة valurhrafn، والميزة الرئيسية لها هي "Catch and redirect url's based on RegEx identifier".

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

screenshot

تحميل ملف CRX للإضافة Redirector

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

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

                        This extension redirects based on regular expression filter.
So it can redirect some url's on a domain, while leaving others alone.                    

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

الاسم Redirector Redirector
ID leenkickbboebeampfcphpchhdfhoeio
عنوان URL الرسمي https://chrome.google.com/webstore/detail/redirector/leenkickbboebeampfcphpchhdfhoeio
الوصف Catch and redirect url's based on RegEx identifier
حجم الملف 14.1 KB
عدد التثبيتات 16
النسخة الحالية 0.1
آخر تحديث 2014-07-01
تاريخ النشر 2014-07-01
تقييم 1.00/5 مجموع تقييمات 2
المطور valurhrafn
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Redirector",
    "version": "0.1",
    "manifest_version": 2,
    "description": "Catch and redirect url's based on RegEx identifier",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*",
        "storage"
    ],
    "background": {
        "scripts": [
            "myScript.js"
        ]
    },
    "options_page": "options.html"
}