AntiBrother
This app will filter any Israeli Big Brother content from your Facebook feed
AntiBrother क्या है?
AntiBrother peled.roy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This app will filter any Israeli Big Brother content from your Facebook feed"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AntiBrother एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } |