AntiBan

Avoid be BANNED from Ovelhas

什么是AntiBan?

AntiBan是由Mário Valney开发的Chrome扩展程序,该扩展的主要功能是“Avoid be BANNED from Ovelhas”。

扩展截图

screenshot

下载AntiBan扩展crx文件

下载AntiBan扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 AntiBan AntiBan
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\/*"
            ]
        }
    ]
}