Twitter Accept ALL button 2015

appear on follower_requests page.

What is Twitter Accept ALL button 2015?

Twitter Accept ALL button 2015 is a Chrome extension developed by myalert.jp, and its main feature is "appear on follower_requests page.".

Download Twitter Accept ALL button 2015 Extension CRX File

Download Twitter Accept ALL button 2015 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Twitter Accept ALL button 2015 Twitter Accept ALL button 2015
ID gcmmaobinkndglejcocbababjmknmbni
Official URL https://chrome.google.com/webstore/detail/twitter-accept-all-button/gcmmaobinkndglejcocbababjmknmbni
Description appear on follower_requests page.
File Size 44.04 KB
Installation Count 13
Current Version 0.0.1
Last Updated 2015-11-25
Publish Date 2015-11-25
Rating 2.33/5 Total 3 Ratings
Developer myalert.jp
Email [email protected]
Payment Type free
Extension Website https://github.com/39ff/twitter_accept_follower_requests_button
Supported Languages 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"
        }
    ]
}