Twitter Favorites Extension
One-click access to the tweets you've added as favorites, from anywhere on Twitter.
What is Twitter Favorites Extension?
Twitter Favorites Extension is a Chrome extension developed by tom, and its main feature is "One-click access to the tweets you've added as favorites, from anywhere on Twitter.".
Extension Screenshots
Download Twitter Favorites Extension Extension CRX File
Download Twitter Favorites Extension 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
Use your Favorites as they were originally meant to be used: quick access to tweets you want to check out later. By default, that link is buried three clicks deep. Bring it right to the Twitter homepage with this extension.
Extension Basic Information
Name | |
ID | jnganbhhcbognjlgcccaimofpgjjpgbl |
Official URL | https://chrome.google.com/webstore/detail/twitter-favorites-extensi/jnganbhhcbognjlgcccaimofpgjjpgbl |
Description | One-click access to the tweets you've added as favorites, from anywhere on Twitter. |
File Size | 6.96 KB |
Installation Count | 10 |
Current Version | 0.1.0 |
Last Updated | 2015-11-06 |
Publish Date | 2015-11-06 |
Developer | tom |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Favorites Extension", "version": "0.1.0", "manifest_version": 2, "description": "One-click access to the tweets you've added as favorites, from anywhere on Twitter.", "background": { "scripts": [ "background.js" ] }, "icons": { "128": "icon.png" }, "permissions": [ "tabs", "https:\/\/*.twitter.com\/", "https:\/\/twitter.com\/" ] } |