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" } |