Redirect Google Redirects
Redirect requests to google.com/url directly
ما هو Redirect Google Redirects؟
Redirect Google Redirects هو إضافة Chrome تم تطويرها بواسطة graeme phillips، والميزة الرئيسية لها هي "Redirect requests to google.com/url directly".
تحميل ملف CRX للإضافة Redirect Google Redirects
قم بتنزيل ملفات الامتداد Redirect Google Redirects بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension registers a webRequest listener to intercept requests made to google.com/url and redirect the request to the actual URL directly instead of through Google. This does not replace the URLs in links. معلومات أساسية عن التمديد
| الاسم | |
| ID | nlacgjiklmjjejlgoclnjhndjaiempdo |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/redirect-google-redirects/nlacgjiklmjjejlgoclnjhndjaiempdo |
| الوصف | Redirect requests to google.com/url directly |
| حجم الملف | 6.85 KB |
| عدد التثبيتات | 1,281 |
| النسخة الحالية | 1 |
| آخر تحديث | 2015-03-15 |
| تاريخ النشر | 2015-03-14 |
| تقييم | 4.30/5 مجموع تقييمات 20 |
| المطور | graeme phillips |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| عنوان صفحة سياسة الخصوصية | https://github.com/graemephi/imgur-uploader/wiki |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Redirect Google Redirects",
"description": "Redirect requests to google.com\/url directly",
"author": "graeme phillips",
"version": "1",
"icons": {
"128": "icon.png"
},
"permissions": [
"webRequest",
"webRequestBlocking",
"*:\/\/www.google.com\/url*"
],
"background": {
"scripts": [
"js\/main.js"
]
}
} | |