AntiBan
Avoid be BANNED from Ovelhas
Qu'est-ce que AntiBan ?
AntiBan est une extension Chrome développée par Mário Valney, et sa fonction principale est "Avoid be BANNED from Ovelhas".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AntiBan
Téléchargez les fichiers d'extension AntiBan au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | iakkdilimjkamffnhhhlechajbijfoni |
URL Officiel | https://chromewebstore.google.com/detail/antiban/iakkdilimjkamffnhhhlechajbijfoni |
Description | Avoid be BANNED from Ovelhas |
Taille du Fichier | 274 KB |
Nombre d'Installations | 69 |
Version Actuelle | 1.2.1 |
Dernière Mise à Jour | 2016-07-11 |
Date de Publication | 2016-07-11 |
Évaluation | 4.96/5 Total 23 Évaluations |
Développeur | Mário Valney |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.facebook.com/groups/ovelhasvoadorasreloaded |
URL de la Page de Politique de Confidentialité | http://mariovalney.com/coisas-que-ninguem-le |
Langues Prises en Charge | 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\/*" ] } ] } |