Twitter Accept ALL button 2015

appear on follower_requests page.

什么是Twitter Accept ALL button 2015?

Twitter Accept ALL button 2015是由myalert.jp开发的Chrome扩展程序,该扩展的主要功能是“appear on follower_requests page.”。

下载Twitter Accept ALL button 2015扩展crx文件

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

扩展使用说明

                        after installation&enable, go  https://twitter.com/follower_requests and reload                    

扩展基本信息

名称 Twitter Accept ALL button 2015 Twitter Accept ALL button 2015
ID gcmmaobinkndglejcocbababjmknmbni
官方URL https://chrome.google.com/webstore/detail/twitter-accept-all-button/gcmmaobinkndglejcocbababjmknmbni
简介 appear on follower_requests page.
文件大小 44.04 KB
安装次数 13
当前版本 0.0.1
更新时间 2015-11-25
上架时间 2015-11-25
评分 2.33/5 共3次评分
开发者 myalert.jp
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/39ff/twitter_accept_follower_requests_button
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Accept ALL button 2015",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "appear on follower_requests page.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/follower_requests"
            ],
            "all_frames": false,
            "js": [
                "jquery.min.js",
                "script.js",
                "notify.min.js"
            ],
            "run_at": "document_idle"
        }
    ]
}