AntiBan
Avoid be BANNED from Ovelhas
AntiBan क्या है?
AntiBan Mário Valney द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Avoid be BANNED from Ovelhas"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AntiBan एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Avoid be BANNED of the best Facebook group, the Ovelhas Voadoras 24h. Meet the group: https://www.facebook.com/groups/ovelhasvoadorasreloaded Version 1.0: - Warns that you have used a forbidden term - Warns if your message has more than 80% in caps lock - Only works within the group - Only works when you are creating a post. Version 1.0.1: - Bug Fix Version 1.0.2: - Internationalization Version 1.0.3: - Added the banned term BIRL Version 1.1.2: - Message queue improved - Added option to hidden posts from banned users Version 1.2.0: - Message queue improved - Support to comments Version 1.2.1: - Improved caps lock verification - Added the banned term FEELS
एक्सटेंशन की मूल जानकारी
नाम | |
ID | iakkdilimjkamffnhhhlechajbijfoni |
आधिकारिक URL | https://chromewebstore.google.com/detail/antiban/iakkdilimjkamffnhhhlechajbijfoni |
विवरण | Avoid be BANNED from Ovelhas |
फ़ाइल का आकार | 274 KB |
स्थापना संख्या | 69 |
वर्तमान संस्करण | 1.2.1 |
अंतिम अपडेट | 2016-07-11 |
प्रकाशन तिथि | 2016-07-11 |
रेटिंग | 4.96/5 कुल 23 रेटिंग्स |
डेवलपर | Mário Valney |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.facebook.com/groups/ovelhasvoadorasreloaded |
गोपनीयता नीति पृष्ठ URL | http://mariovalney.com/coisas-que-ninguem-le |
समर्थित भाषाएँ | en,pt-BR,pt-PT |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AntiBan", "short_name": "AntiBan", "description": "__MSG_extensionDescription__", "author": "M\u00e1rio Valney", "version": "1.2.1", "default_locale": "pt_BR", "browser_action": { "default_icon": { "19": "icon-19.png", "38": "icon-38.png" }, "default_title": "__MSG_extensionDefaultTitle__", "default_popup": "options.html" }, "permissions": [ "tabs", "storage", "declarativeContent", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": true }, "web_accessible_resources": [ "assets\/img\/sheep.png", "assets\/img\/sheep-sad.png", "assets\/img\/sheep-happy.png" ], "content_scripts": [ { "js": [ "assets\/antiban.js" ], "css": [ "assets\/antiban.css" ], "matches": [ "https:\/\/*.facebook.com\/*" ] } ] } |