Twitter Unfollow Nonfollowers

An easy to use twitter mass unfollow extension

Twitter Unfollow Nonfollowers là gì?

Twitter Unfollow Nonfollowers là một tiện ích mở rộng Chrome được phát triển bởi https://theklimts.com, và tính năng chính của nó là "An easy to use twitter mass unfollow extension".

Tải xuống tệp CRX của tiện ích mở rộng Twitter Unfollow Nonfollowers

Tải xuống các tệp mở rộng Twitter Unfollow Nonfollowers 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

                                            

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

Tên Twitter Unfollow Nonfollowers Twitter Unfollow Nonfollowers
ID pfifdengebdnamnnmjnmilooodnncjok
URL Chính Thức https://chrome.google.com/webstore/detail/twitter-unfollow-nonfollo/pfifdengebdnamnnmjnmilooodnncjok
Mô tả An easy to use twitter mass unfollow extension
Kích Thước Tệp 70.45 KB
Số Lần Cài Đặt 146
Phiên Bản Hiện Tại 0.11
Cập Nhật Lần Cuối 2016-01-20
Ngày Phát Hành 2016-01-20
Đánh Giá 2.25/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://theklimts.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://theklimts.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "content_scripts": [
        {
            "css": [
                "css\/main.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/app.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "An easy to use twitter mass unfollow extension",
    "icons": {
        "128": "images\/128x128.png",
        "48": "images\/48x48.png"
    },
    "manifest_version": 2,
    "name": "Twitter Unfollow Nonfollowers",
    "short_name": "Unfollow all those nasty people who aren't following you back",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.11"
}