Twitter old favourite
Replace the new twitter heart favourite icon with the old star icon.
Qu'est-ce que Twitter old favourite ?
Twitter old favourite est une extension Chrome développée par Miles Croxford, et sa fonction principale est "Replace the new twitter heart favourite icon with the old star icon.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twitter old favourite
Téléchargez les fichiers d'extension Twitter old favourite 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
Don't like the new heart button? Feel no love? This extension reverts and replaces the new twitter heart favourite icon to that old yellow star that everyone is missing.
Informations de Base sur l'Extension
Nom | |
ID | lkfbecccmniadcbdhkeepdkfekhloinc |
URL Officiel | https://chrome.google.com/webstore/detail/twitter-old-favourite/lkfbecccmniadcbdhkeepdkfekhloinc |
Description | Replace the new twitter heart favourite icon with the old star icon. |
Taille du Fichier | 8.49 KB |
Nombre d'Installations | 40 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2015-11-03 |
Date de Publication | 2015-11-03 |
Évaluation | 3.17/5 Total 6 Évaluations |
Développeur | Miles Croxford |
Type de Paiement | free |
Site Web de l'Extension | http://milescroxford.com |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter old favourite", "description": "Replace the new twitter heart favourite icon with the old star icon.", "version": "0.1", "permissions": [ "*:\/\/twitter.com\/*" ], "web_accessible_resources": [ "stars.png" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/twitter.com\/*" ], "js": [ "main.js" ], "run_at": "document_end" } ], "manifest_version": 2 } |