AntiBan
Avoid be BANNED from Ovelhas
Was ist AntiBan?
AntiBan ist eine Chrome-Erweiterung, die von Mário Valney entwickelt wurde, und ihr Hauptmerkmal ist "Avoid be BANNED from Ovelhas".
Erweiterungsscreenshots
AntiBan-Erweiterungs-CRX-Datei herunterladen
Laden Sie AntiBan-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | iakkdilimjkamffnhhhlechajbijfoni |
Offizielle URL | https://chromewebstore.google.com/detail/antiban/iakkdilimjkamffnhhhlechajbijfoni |
Beschreibung | Avoid be BANNED from Ovelhas |
Dateigröße | 274 KB |
Installationsanzahl | 69 |
Aktuelle Version | 1.2.1 |
Letztes Update | 2016-07-11 |
Veröffentlichungsdatum | 2016-07-11 |
Bewertung | 4.96/5 Insgesamt 23 Bewertungen |
Entwickler | Mário Valney |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.facebook.com/groups/ovelhasvoadorasreloaded |
URL der Datenschutzrichtlinien-Seite | http://mariovalney.com/coisas-que-ninguem-le |
Unterstützte Sprachen | 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\/*" ] } ] } |