AntiBrother
This app will filter any Israeli Big Brother content from your Facebook feed
AntiBrother là gì?
AntiBrother là một tiện ích mở rộng Chrome được phát triển bởi peled.roy, và tính năng chính của nó là "This app will filter any Israeli Big Brother content from your Facebook feed".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng AntiBrother
Tải xuống các tệp mở rộng AntiBrother dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This app will filter any Israeli Big Brother content from your Facebook feed
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | eefahcamldfmbgmfafnjpiccmhlbmagb |
URL Chính Thức | https://chromewebstore.google.com/detail/antibrother/eefahcamldfmbgmfafnjpiccmhlbmagb |
Mô tả | This app will filter any Israeli Big Brother content from your Facebook feed |
Kích Thước Tệp | 81.97 KB |
Số Lần Cài Đặt | 58 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2014-05-15 |
Ngày Phát Hành | 2014-05-15 |
Đánh Giá | 5.00/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | peled.roy |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |