Twitter Trends Terminator

This extensions removes the Twitter trends element on the Twitter homepage when logged in.

什么是Twitter Trends Terminator?

Twitter Trends Terminator是由Fabian Deitelhoff开发的Chrome扩展程序,该扩展的主要功能是“This extensions removes the Twitter trends element on the Twitter homepage when logged in.”。

扩展截图

screenshot

下载Twitter Trends Terminator扩展crx文件

下载Twitter Trends Terminator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extensions removes the Twitter Trends element and the Who To Follow Box on the Twitter homepage when logged in.

You can choose in the options if the boxes should be removed or not.                    

扩展基本信息

名称 Twitter Trends Terminator Twitter Trends Terminator
ID dhhcmkfgnglmhenndgcaaeankfiaicga
官方URL https://chrome.google.com/webstore/detail/twitter-trends-terminator/dhhcmkfgnglmhenndgcaaeankfiaicga
简介 This extensions removes the Twitter trends element on the Twitter homepage when logged in.
文件大小 53.3 KB
安装次数 145
当前版本 0.0.3
更新时间 2014-08-11
上架时间 2014-08-11
评分 3.50/5 共8次评分
开发者 Fabian Deitelhoff
付费类型 free
扩展官网 http://www.fabiandeitelhoff.de
帮助页面URL http://www.fabiandeitelhoff.de/2014/08/let-me-introduce-the-twitter-trends-terminator/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Trends Terminator",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "This extensions removes the Twitter trends element on the Twitter homepage when logged in.",
    "homepage_url": "http:\/\/www.fabiandeitelhoff.de\/2014\/08\/let-me-introduce-the-twitter-trends-terminator\/",
    "author": "Fabian Deitelhoff",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": false
    },
    "options_page": "src\/options\/index.html",
    "permissions": [
        "storage",
        "https:\/\/twitter.com\/*",
        "http:\/\/twitter.com\/*"
    ]
}