Classic Retweet
Old school retweets for #NewTwitter.
What is Classic Retweet?
Classic Retweet is a Chrome extension developed by jonpierce, and its main feature is "Old school retweets for #NewTwitter.".
Extension Screenshots
Download Classic Retweet Extension CRX File
Download Classic Retweet 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
Updated to support Twitter's new profiles. https://about.twitter.com/products/new-profiles Currently available for Chrome and Firefox. To learn more or get the source, see http://jonpierce.github.com/classic-retweet/
Extension Basic Information
Name | Classic Retweet |
ID | mejfljhfeahhhicjefeehikaooffggmf |
Official URL | https://chromewebstore.google.com/detail/classic-retweet/mejfljhfeahhhicjefeehikaooffggmf |
Description | Old school retweets for #NewTwitter. |
File Size | 11.28 KB |
Installation Count | 3,841 |
Current Version | 1.12 |
Last Updated | 2014-05-03 |
Publish Date | 2014-05-03 |
Rating | 4.37/5 Total 251 Ratings |
Developer | jonpierce |
Payment Type | free |
Extension Website | http://jonpierce.github.com/classic-retweet/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Classic Retweet", "version": "1.12", "description": "Old school retweets for #NewTwitter.", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ], "js": [ "main.js" ] } ], "web_accessible_resources": [ "classic-retweet.js" ] } |