Twitter Trends Terminator
This extensions removes the Twitter trends element on the Twitter homepage when logged in.
Qu'est-ce que Twitter Trends Terminator ?
Twitter Trends Terminator est une extension Chrome développée par Fabian Deitelhoff, et sa fonction principale est "This extensions removes the Twitter trends element on the Twitter homepage when logged in.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twitter Trends Terminator
Téléchargez les fichiers d'extension Twitter Trends Terminator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | dhhcmkfgnglmhenndgcaaeankfiaicga |
URL Officiel | 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. |
Taille du Fichier | 53.3 KB |
Nombre d'Installations | 145 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2014-08-11 |
Date de Publication | 2014-08-11 |
Évaluation | 3.50/5 Total 8 Évaluations |
Développeur | Fabian Deitelhoff |
Type de Paiement | free |
Site Web de l'Extension | http://www.fabiandeitelhoff.de |
URL de la Page d'Aide | http://www.fabiandeitelhoff.de/2014/08/let-me-introduce-the-twitter-trends-terminator/ |
Langues Prises en Charge | 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\/*" ] } |