AntiBrother
This app will filter any Israeli Big Brother content from your Facebook feed
ما هو AntiBrother؟
AntiBrother هو إضافة Chrome تم تطويرها بواسطة peled.roy، والميزة الرئيسية لها هي "This app will filter any Israeli Big Brother content from your Facebook feed".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة AntiBrother
قم بتنزيل ملفات الامتداد AntiBrother بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This app will filter any Israeli Big Brother content from your Facebook feed
معلومات أساسية عن التمديد
الاسم | |
ID | eefahcamldfmbgmfafnjpiccmhlbmagb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/antibrother/eefahcamldfmbgmfafnjpiccmhlbmagb |
الوصف | This app will filter any Israeli Big Brother content from your Facebook feed |
حجم الملف | 81.97 KB |
عدد التثبيتات | 58 |
النسخة الحالية | 1.2 |
آخر تحديث | 2014-05-15 |
تاريخ النشر | 2014-05-15 |
تقييم | 5.00/5 مجموع تقييمات 14 |
المطور | peled.roy |
نوع الدفع | free |
اللغات المدعومة | iw |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AntiBrother", "version": "1.2", "description": "This app will filter any Israeli Big Brother content from your Facebook feed", "icons": { "128": "logo.png" }, "permissions": [ "https:\/\/*.facebook.com\/*", "http:\/\/*.facebook.com\/*" ], "content_scripts": [ { "js": [ "filter.js" ], "matches": [ "https:\/\/www.facebook.com\/*" ], "run_at": "document_end" } ], "content_security_policy": "default-src 'self' * 'unsafe-inline' 'unsafe-eval'; object-src 'self'; script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/connect.facebook.net https:\/\/graph.facebook.com https:\/\/api-read.facebook.com" } |