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
官方網址 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"
        }
    ]
}