Tweet Stats for Twitter
View tweet stats along with twitter
What is Tweet Stats for Twitter?
Tweet Stats for Twitter is a Chrome extension developed by shahalpk, and its main feature is "View tweet stats along with twitter".
Extension Screenshots
Download Tweet Stats for Twitter Extension CRX File
Download Tweet Stats for Twitter 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
Tweet Stats shows the Retweet and Favorites count for a Tweet right next to a tweet in Twitter's web interface.
Extension Basic Information
Name | Tweet Stats for Twitter |
ID | lpollepggdmncbblblebmkbdjbfinmcd |
Official URL | https://chromewebstore.google.com/detail/tweet-stats-for-twitter/lpollepggdmncbblblebmkbdjbfinmcd |
Description | View tweet stats along with twitter |
File Size | 263 KB |
Installation Count | 75 |
Current Version | 0.2.4 |
Last Updated | 2013-03-19 |
Publish Date | 2013-03-19 |
Rating | 4.25/5 Total 4 Ratings |
Developer | shahalpk |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tweet Stats for Twitter", "version": "0.2.4", "manifest_version": 2, "description": "View tweet stats along with twitter", "homepage_url": "http:\/\/shahalpk.name", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/twitter.com\/*" ], "css": [ "src\/inject\/inject.css" ], "js": [ "src\/inject\/inject.js", "src\/inject\/jquery.js" ] } ] } |