Bypass Google Redirect Notice
Get rid of Google's annoying redirect notice!
ما هو Bypass Google Redirect Notice؟
Bypass Google Redirect Notice هو إضافة Chrome تم تطويرها بواسطة https://mohsenmb.com، والميزة الرئيسية لها هي "Get rid of Google's annoying redirect notice!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Bypass Google Redirect Notice
قم بتنزيل ملفات الامتداد Bypass Google Redirect Notice بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension continues to the target URL without waiting on Google's redirect notice page.
معلومات أساسية عن التمديد
الاسم | Bypass Google Redirect Notice |
ID | cebdpiiapajkceonikbjoikdchpnbdid |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/bypass-google-redirect-no/cebdpiiapajkceonikbjoikdchpnbdid |
الوصف | Get rid of Google's annoying redirect notice! |
حجم الملف | 8.9 KB |
عدد التثبيتات | 114 |
النسخة الحالية | 1.0.3 |
آخر تحديث | 2023-10-14 |
تاريخ النشر | 2022-05-23 |
تقييم | 3.67/5 مجموع تقييمات 3 |
المطور | https://mohsenmb.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bypass Google Redirect Notice", "description": "Get rid of Google's annoying redirect notice!", "version": "1.0.3", "manifest_version": 3, "permissions": [], "host_permissions": [ "https:\/\/*\/*" ], "icons": { "24": "assets\/redirect-24.png", "128": "assets\/redirect-128.png" }, "background": { "service_worker": "main.js" } } |