Twitter Trends Terminator

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

Cos'è Twitter Trends Terminator?

Twitter Trends Terminator è un'estensione di Chrome sviluppata da Fabian Deitelhoff, e la sua funzione principale è "This extensions removes the Twitter trends element on the Twitter homepage when logged in.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Twitter Trends Terminator

Scarica i file di estensione Twitter Trends Terminator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Twitter Trends Terminator Twitter Trends Terminator
ID dhhcmkfgnglmhenndgcaaeankfiaicga
URL Ufficiale https://chrome.google.com/webstore/detail/twitter-trends-terminator/dhhcmkfgnglmhenndgcaaeankfiaicga
Descrizione This extensions removes the Twitter trends element on the Twitter homepage when logged in.
Dimensione del File 53.3 KB
Conteggio Installazioni 145
Versione Corrente 0.0.3
Ultimo Aggiornamento 2014-08-11
Data di Pubblicazione 2014-08-11
Valutazione 3.50/5 Totale 8 Valutazioni
Sviluppatore Fabian Deitelhoff
Tipo di Pagamento free
Sito Web dell'Estensione http://www.fabiandeitelhoff.de
URL della Pagina di Aiuto http://www.fabiandeitelhoff.de/2014/08/let-me-introduce-the-twitter-trends-terminator/
Lingue Supportate 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\/*"
    ]
}