Twitter Accept ALL button 2015

appear on follower_requests page.

Twitter Accept ALL button 2015 là gì?

Twitter Accept ALL button 2015 là một tiện ích mở rộng Chrome được phát triển bởi myalert.jp, và tính năng chính của nó là "appear on follower_requests page.".

Tải xuống tệp CRX của tiện ích mở rộng Twitter Accept ALL button 2015

Tải xuống các tệp mở rộng Twitter Accept ALL button 2015 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Twitter Accept ALL button 2015 Twitter Accept ALL button 2015
ID gcmmaobinkndglejcocbababjmknmbni
URL Chính Thức https://chrome.google.com/webstore/detail/twitter-accept-all-button/gcmmaobinkndglejcocbababjmknmbni
Mô tả appear on follower_requests page.
Kích Thước Tệp 44.04 KB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2015-11-25
Ngày Phát Hành 2015-11-25
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển myalert.jp
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/39ff/twitter_accept_follower_requests_button
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}