Twitter Filter

Hide people on Twitter without blocking or unfollowing them

Twitter Filterとは何ですか?

Twitter Filterはlihanによって開発されたChromeの拡張機能で、その主な機能は「Hide people on Twitter without blocking or unfollowing them」です。

拡張機能のスクリーンショット

screenshot

Twitter Filter拡張機能のCRXファイルをダウンロード

Twitter Filter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        You can also filter phrases (TV show spoilers, sports tweets, etc).

Leave a ★★★★★ review with feature request.                    

拡張機能の基本情報

名前 Twitter Filter Twitter Filter
ID hfaokbpplplaeglmcpmjacghbnidjnll
公式URL https://chromewebstore.google.com/detail/twitter-filter/hfaokbpplplaeglmcpmjacghbnidjnll
説明 Hide people on Twitter without blocking or unfollowing them
ファイルサイズ 13.05 MB
インストール数 34
現在のバージョン 0.1.4
最終更新日 2014-07-17
公開日 2014-07-16
評価 4.67/5 合計 3 レビュー
開発者 lihan
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Filter",
    "version": "0.1.4",
    "manifest_version": 2,
    "description": "Hide people on Twitter without blocking or unfollowing them",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png"
    },
    "background": {
        "scripts": [
            "bower_components\/underscore\/underscore.js",
            "dist\/js\/util.js",
            "dist\/js\/background.js"
        ]
    },
    "options_page": "dist\/options\/index.html",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Twitter filter"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/www.twitter.com\/*"
            ],
            "css": [
                "dist\/css\/inject.css"
            ],
            "js": [
                "bower_components\/underscore\/underscore.js",
                "bower_components\/jquery\/jquery.js",
                "bower_components\/backbone\/backbone.js",
                "dist\/js\/util.js",
                "dist\/js\/models.js",
                "dist\/js\/inject.js"
            ]
        }
    ]
}