Bing Redirect - Prank
This is an extension based around pranking your friends. You can escape it by typing '\g' at the end of your search.
ما هو Bing Redirect - Prank؟
Bing Redirect - Prank هو إضافة Chrome تم تطويرها بواسطة Hayden Pott، والميزة الرئيسية لها هي "This is an extension based around pranking your friends. You can escape it by typing '\g' at the end of your search.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Bing Redirect - Prank
قم بتنزيل ملفات الامتداد Bing Redirect - Prank بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension is based around causing harmless fun with your friends. It will redirect any Google search to the second page of the Bing search for that same result. You can escape this by adding "\g" to the end of your search result.
معلومات أساسية عن التمديد
الاسم | Bing Redirect - Prank |
ID | bgaknhapljomjlbnocgmgppajicjmdna |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/bing-redirect-prank/bgaknhapljomjlbnocgmgppajicjmdna |
الوصف | This is an extension based around pranking your friends. You can escape it by typing '\g' at the end of your search. |
حجم الملف | 284 KB |
عدد التثبيتات | 55 |
النسخة الحالية | 1.3 |
آخر تحديث | 2019-10-09 |
تاريخ النشر | 2019-10-09 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Hayden Pott |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bing Redirect - Prank", "version": "1.3", "description": "This is an extension based around pranking your friends. You can escape it by typing '\\g' at the end of your search.", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/search?*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "icons": { "16": "logo-16.png", "48": "logo-48.png", "128": "logo-128.png" } } |