URL Redirector
Redirect url by pattern to any place you want.
ما هو URL Redirector؟
URL Redirector هو إضافة Chrome تم تطويرها بواسطة Bluz، والميزة الرئيسية لها هي "Redirect url by pattern to any place you want.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة URL Redirector
قم بتنزيل ملفات الامتداد URL Redirector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension help you to: - Redirect from an URL to another URL. - Redirect from an URL to a file on your local machine. - Set password to protect your setting from other change. - Play some trick ( just do it :)
معلومات أساسية عن التمديد
الاسم | URL Redirector |
ID | kpdinddojclpdndplpblgckkfepjplie |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/url-redirector/kpdinddojclpdndplpblgckkfepjplie |
الوصف | Redirect url by pattern to any place you want. |
حجم الملف | 245 KB |
عدد التثبيتات | 3,463 |
النسخة الحالية | 1.0 |
آخر تحديث | 2014-01-23 |
تاريخ النشر | 2014-01-23 |
تقييم | 4.35/5 مجموع تقييمات 37 |
المطور | Bluz |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL Redirector", "description": "Redirect url by pattern to any place you want.", "version": "1.0", "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", "*:\/\/*\/*", "storage", "webRequestBlocking" ], "browser_action": { "default_icon": "mart.png", "default_title": "URL Redirector", "default_popup": "index.html" }, "options_page": "option.html" } |