Twitter Accept ALL button 2015

appear on follower_requests page.

Twitter Accept ALL button 2015คืออะไร?

Twitter Accept ALL button 2015 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย myalert.jp และคุณลักษณะหลักของมันคือ "appear on follower_requests page."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter Accept ALL button 2015

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    ]
}