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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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" } |