Twitter old favourite
Replace the new twitter heart favourite icon with the old star icon.
What is Twitter old favourite?
Twitter old favourite is a Chrome extension developed by Miles Croxford, and its main feature is "Replace the new twitter heart favourite icon with the old star icon.".
Extension Screenshots
Download Twitter old favourite Extension CRX File
Download Twitter old favourite extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | lkfbecccmniadcbdhkeepdkfekhloinc |
Official URL | https://chrome.google.com/webstore/detail/twitter-old-favourite/lkfbecccmniadcbdhkeepdkfekhloinc |
Description | Replace the new twitter heart favourite icon with the old star icon. |
File Size | 8.49 KB |
Installation Count | 40 |
Current Version | 0.1 |
Last Updated | 2015-11-03 |
Publish Date | 2015-11-03 |
Rating | 3.17/5 Total 6 Ratings |
Developer | Miles Croxford |
Payment Type | free |
Extension Website | http://milescroxford.com |
Supported Languages | 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 } |