No One Direction on Twitter

No longer want One direction to appear on your Twitter-feed? This is made just for you!

No One Direction on Twitterとは何ですか?

No One Direction on Twitterはhttps://amees.meによって開発されたChromeの拡張機能で、その主な機能は「No longer want One direction to appear on your Twitter-feed? This is made just for you!」です。

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

screenshot

No One Direction on Twitter拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Twitter is a beautiful medium. Ever since it was built, we've seen all kinds of annoying hypes coming and going.

Today it's time for a change.
No longer shall we accept the pollution of something beautiful.

Today, we shall no longer see any One direction-tweets.

Enjoy!;)

________________________________
1.0 Initial release:
- Now filters 1D-tweets once per page-load

1.2:
- Now constantly checks for One Direction-posts, also works when ajax-querys are run.                    

拡張機能の基本情報

名前 No One Direction on Twitter No One Direction on Twitter
ID ahdbeaakcaaeoomldacepofdakigajkk
公式URL https://chromewebstore.google.com/detail/no-one-direction-on-twitt/ahdbeaakcaaeoomldacepofdakigajkk
説明 No longer want One direction to appear on your Twitter-feed? This is made just for you!
ファイルサイズ 51.52 KB
インストール数 16
現在のバージョン 1.2
最終更新日 2013-09-08
公開日 2013-09-08
評価 3.50/5 合計 8 レビュー
開発者 https://amees.me
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No One Direction on Twitter",
    "version": "1.2",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "No longer want One direction to appear on your Twitter-feed? This is made just for you!",
    "permissions": [
        "http:\/\/twitter.com\/*",
        "https:\/\/twitter.com\/*",
        "http:\/\/*.twitter.com\/*",
        "https:\/\/*.twitter.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}