Twitter Trends Terminator

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

What is Twitter Trends Terminator?

Twitter Trends Terminator is a Chrome extension developed by Fabian Deitelhoff, and its main feature is "This extensions removes the Twitter trends element on the Twitter homepage when logged in.".

Extension Screenshots

screenshot

Download Twitter Trends Terminator Extension CRX File

Download Twitter Trends Terminator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Twitter Trends Terminator Twitter Trends Terminator
ID dhhcmkfgnglmhenndgcaaeankfiaicga
Official URL https://chrome.google.com/webstore/detail/twitter-trends-terminator/dhhcmkfgnglmhenndgcaaeankfiaicga
Description This extensions removes the Twitter trends element on the Twitter homepage when logged in.
File Size 53.3 KB
Installation Count 145
Current Version 0.0.3
Last Updated 2014-08-11
Publish Date 2014-08-11
Rating 3.50/5 Total 8 Ratings
Developer Fabian Deitelhoff
Payment Type free
Extension Website http://www.fabiandeitelhoff.de
Help Page URL http://www.fabiandeitelhoff.de/2014/08/let-me-introduce-the-twitter-trends-terminator/
Supported Languages 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\/*"
    ]
}