Twitter old favourite
Replace the new twitter heart favourite icon with the old star icon.
Vad är Twitter old favourite?
Twitter old favourite är en Chrome-tillägg utvecklad av Miles Croxford, och dess huvudfunktion är "Replace the new twitter heart favourite icon with the old star icon.".
Tilläggsskärmbilder
Ladda ner Twitter old favourite-förlängningens CRX-fil
Ladda ner Twitter old favourite-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | lkfbecccmniadcbdhkeepdkfekhloinc |
Officiell webbadress | https://chrome.google.com/webstore/detail/twitter-old-favourite/lkfbecccmniadcbdhkeepdkfekhloinc |
Beskrivning | Replace the new twitter heart favourite icon with the old star icon. |
Filstorlek | 8.49 KB |
Antal Installationer | 40 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2015-11-03 |
Publiceringsdatum | 2015-11-03 |
Betyg | 3.17/5 Totalt 6 Betyg |
Utvecklare | Miles Croxford |
Betalningssätt | free |
Tilläggswebbplats | http://milescroxford.com |
Stödda Språk | 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 } |