Content Farm Blocker
Preventing to open content farm by mistake
ما هو Content Farm Blocker؟
Content Farm Blocker هو إضافة Chrome تم تطويرها بواسطة Ben Lau، والميزة الرئيسية لها هي "Preventing to open content farm by mistake".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Content Farm Blocker
قم بتنزيل ملفات الامتداد Content Farm Blocker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
If you hate content farms, and want to prevent to open it from mistakenly click. You may install this extension to block them. Project Site: https://www.facebook.com/unlimitedbuildworks Source code: https://github.com/benlau/ihatecontentfarms Report Content Farm: https://docs.google.com/forms/d/15PiDGSjDMKorGFkoFKr76kW7NI02eD4IWL-O_OlM1GA/viewform
معلومات أساسية عن التمديد
الاسم | Content Farm Blocker |
ID | opjaibbmmpldcncnbbglondckfnokfpm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/content-farm-blocker/opjaibbmmpldcncnbbglondckfnokfpm |
الوصف | Preventing to open content farm by mistake |
حجم الملف | 62.03 KB |
عدد التثبيتات | 49,134 |
النسخة الحالية | 0.4.6 |
آخر تحديث | 2020-11-19 |
تاريخ النشر | 2017-11-29 |
تقييم | 4.84/5 مجموع تقييمات 378 |
المطور | Ben Lau |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.4.6", "description": "__MSG_appDesc__", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "webRequest", "webRequestBlocking", "http:\/\/*\/", "https:\/\/*\/" ], "default_locale": "en", "options_page": "options.html" } |