Twitter old favourite
Replace the new twitter heart favourite icon with the old star icon.
Wat is Twitter old favourite?
Twitter old favourite is een Chrome-extensie ontwikkeld door Miles Croxford, en de belangrijkste functie is "Replace the new twitter heart favourite icon with the old star icon.".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitter old favourite
Download Twitter old favourite-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
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.
Basisinformatie over de Extensie
Naam | |
ID | lkfbecccmniadcbdhkeepdkfekhloinc |
Officiële URL | https://chrome.google.com/webstore/detail/twitter-old-favourite/lkfbecccmniadcbdhkeepdkfekhloinc |
Beschrijving | Replace the new twitter heart favourite icon with the old star icon. |
Bestandsgrootte | 8.49 KB |
Aantal Installaties | 40 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2015-11-03 |
Publicatiedatum | 2015-11-03 |
Beoordeling | 3.17/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Miles Croxford |
Betalingswijze | free |
Extensiewebsite | http://milescroxford.com |
Ondersteunde Talen | 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 } |