Tweepi Bulk Default Action (aka Select All)
Performs 'Default Action' on all users on a Tweepi page. It'll help you get more followers quickly.
什么是Tweepi Bulk Default Action (aka Select All)?
Tweepi Bulk Default Action (aka Select All)是由yaco2k开发的Chrome扩展程序,该扩展的主要功能是“Performs 'Default Action' on all users on a Tweepi page. It'll help you get more followers quickly.”。
扩展截图
下载Tweepi Bulk Default Action (aka Select All)扩展crx文件
下载Tweepi Bulk Default Action (aka Select All)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Plugin to select all users on a Tweepi page. 
To select all, navigate to any Tweepi page and click the bird.                     扩展基本信息
| 名称 |   |  
| ID | kpniicpnanbaopgkcagaphglbeaejnph | 
| 官方URL | https://chromewebstore.google.com/detail/tweepi-bulk-default-actio/kpniicpnanbaopgkcagaphglbeaejnph | 
| 简介 | Performs 'Default Action' on all users on a Tweepi page. It'll help you get more followers quickly. | 
| 文件大小 | 5.55 KB | 
| 安装次数 | 6,388 | 
| 当前版本 | 0.4.1 | 
| 更新时间 | 2016-09-04 | 
| 上架时间 | 2016-09-04 | 
| 评分 | 4.46/5 共129次评分 | 
| 开发者 | yaco2k | 
| 付费类型 | free | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tweepi Bulk Default Action (aka Select All)",
    "version": "0.4.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Performs 'Default Action' on all users on a Tweepi page. It'll help you get more followers quickly.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Tweepi Bulk Default Action (aka Select All). Click to perform action."
    },
    "permissions": [
        "http:\/\/*.tweepi.com\/",
        "https:\/\/*.tweepi.com\/",
        "tabs"
    ],
    "manifest_version": 2
}  |  |