Twitter Trends Terminator
This extensions removes the Twitter trends element on the Twitter homepage when logged in.
Wat is Twitter Trends Terminator?
Twitter Trends Terminator is een Chrome-extensie ontwikkeld door Fabian Deitelhoff, en de belangrijkste functie is "This extensions removes the Twitter trends element on the Twitter homepage when logged in.".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitter Trends Terminator
Download Twitter Trends Terminator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | dhhcmkfgnglmhenndgcaaeankfiaicga |
Officiële URL | https://chrome.google.com/webstore/detail/twitter-trends-terminator/dhhcmkfgnglmhenndgcaaeankfiaicga |
Beschrijving | This extensions removes the Twitter trends element on the Twitter homepage when logged in. |
Bestandsgrootte | 53.3 KB |
Aantal Installaties | 145 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2014-08-11 |
Publicatiedatum | 2014-08-11 |
Beoordeling | 3.50/5 Totaal 8 Beoordelingen |
Ontwikkelaar | Fabian Deitelhoff |
Betalingswijze | free |
Extensiewebsite | http://www.fabiandeitelhoff.de |
Help Pagina-URL | http://www.fabiandeitelhoff.de/2014/08/let-me-introduce-the-twitter-trends-terminator/ |
Ondersteunde Talen | 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\/*" ] } |