Twitter Unfollow Nonfollowers

An easy to use twitter mass unfollow extension

什麼是Twitter Unfollow Nonfollowers?

Twitter Unfollow Nonfollowers是由https://theklimts.com開發的Chrome擴展程式,該擴展的主要功能是“An easy to use twitter mass unfollow extension”。

下載Twitter Unfollow Nonfollowers擴展crx文件

下載Twitter Unfollow Nonfollowers擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 Twitter Unfollow Nonfollowers Twitter Unfollow Nonfollowers
ID pfifdengebdnamnnmjnmilooodnncjok
官方網址 https://chrome.google.com/webstore/detail/twitter-unfollow-nonfollo/pfifdengebdnamnnmjnmilooodnncjok
簡介 An easy to use twitter mass unfollow extension
檔案大小 70.45 KB
安裝次數 146
目前版本 0.11
更新時間 2016-01-20
上架時間 2016-01-20
評分 2.25/5 共 8 次評分
開發者 https://theklimts.com
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://theklimts.com
支援的語言 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"
}