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
公式URL 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
Eメール [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"
}