Fav Forever
Bring 'favorite' stars back to Twitter.
What is Fav Forever?
Fav Forever is a Chrome extension developed by https://reed.me, and its main feature is "Bring 'favorite' stars back to Twitter.".
Extension Screenshots
Download Fav Forever Extension CRX File
Download Fav Forever 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
On November 3, 2015, the lives of millions of Twitter users were forever changed. Where yesterday there were stars, today there are hearts. Fav Forever brings the stars back. By @reedkavner Contribute: https://github.com/reedkavner/fav-forever Updated June 2017 to match Twitter's redesign.
Extension Basic Information
Name | Fav Forever |
ID | belacnojopafdobcknphjadpphldcpao |
Official URL | https://chromewebstore.google.com/detail/fav-forever/belacnojopafdobcknphjadpphldcpao |
Description | Bring 'favorite' stars back to Twitter. |
File Size | 125 KB |
Installation Count | 480 |
Current Version | 1.3 |
Last Updated | 2017-06-17 |
Publish Date | 2017-06-17 |
Rating | 4.18/5 Total 50 Ratings |
Developer | https://reed.me |
Payment Type | free |
Extension Website | http://reed.me |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fav Forever", "description": "Bring 'favorite' stars back to Twitter.", "icons": { "128": "icon-128.png" }, "version": "1.3", "background": { "persistent": true, "page": "bg.html" }, "content_scripts": [ { "js": [ "jquery.min.js", "stars.js" ], "matches": [ "*:\/\/*.twitter.com\/*" ] } ], "web_accessible_resources": [ "assets\/*" ], "permissions": [ "tabs", "*:\/\/www.twitter.com\/*" ] } |