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:\/\/*\/*"
            ]
        }
    ]
}