Twitter Trends Terminator

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

Vad är Twitter Trends Terminator?

Twitter Trends Terminator är en Chrome-tillägg utvecklad av Fabian Deitelhoff, och dess huvudfunktion är "This extensions removes the Twitter trends element on the Twitter homepage when logged in.".

Tilläggsskärmbilder

screenshot

Ladda ner Twitter Trends Terminator-förlängningens CRX-fil

Ladda ner Twitter Trends Terminator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Twitter Trends Terminator Twitter Trends Terminator
ID dhhcmkfgnglmhenndgcaaeankfiaicga
Officiell webbadress https://chrome.google.com/webstore/detail/twitter-trends-terminator/dhhcmkfgnglmhenndgcaaeankfiaicga
Beskrivning This extensions removes the Twitter trends element on the Twitter homepage when logged in.
Filstorlek 53.3 KB
Antal Installationer 145
Aktuell Version 0.0.3
Senast Uppdaterad 2014-08-11
Publiceringsdatum 2014-08-11
Betyg 3.50/5 Totalt 8 Betyg
Utvecklare Fabian Deitelhoff
Betalningssätt free
Tilläggswebbplats http://www.fabiandeitelhoff.de
Hjälpsida URL http://www.fabiandeitelhoff.de/2014/08/let-me-introduce-the-twitter-trends-terminator/
Stödda Språk 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\/*"
    ]
}