Bouncer
Bouncer is the simplest URL Blocker extention there is.
ما هو Bouncer؟
Bouncer هو إضافة Chrome تم تطويرها بواسطة Greg GMCOLAB، والميزة الرئيسية لها هي "Bouncer is the simplest URL Blocker extention there is.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Bouncer
قم بتنزيل ملفات الامتداد Bouncer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Bouncer is the simplest URL blocker extension there is. Simply add any URLs that you wish to block and Bouncer will make sure they will never bother you again. Brought to you by GMCOLAB.
معلومات أساسية عن التمديد
الاسم | |
ID | cahacokejmfdfanaahkiehiakkfhmejl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/bouncer/cahacokejmfdfanaahkiehiakkfhmejl |
الوصف | Bouncer is the simplest URL Blocker extention there is. |
حجم الملف | 59.32 KB |
عدد التثبيتات | 22 |
النسخة الحالية | 1.0 |
آخر تحديث | 2020-12-20 |
تاريخ النشر | 2020-12-14 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | Greg GMCOLAB |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://gmcolab.com/ |
عنوان صفحة المساعدة | https://gmcolab.com/ |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Grigoris Chatzinikolaou", "name": "Bouncer", "version": "1.0", "description": "Bouncer is the simplest URL Blocker extention there is.", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" } } |