Twitter Expander
This is extension will save you a click by displaying full images on your timeline ;)
What is Twitter Expander?
Twitter Expander is a Chrome extension developed by http://rafaramos.com, and its main feature is "This is extension will save you a click by displaying full images on your timeline ;)".
Download Twitter Expander Extension CRX File
Download Twitter Expander 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 Twitter's image preview? This extension will allow automatically expand the images on your timeline.
Extension Basic Information
Name | |
ID | hnfgjkfjmabokfhlkifalplleeanacjp |
Official URL | https://chrome.google.com/webstore/detail/twitter-expander/hnfgjkfjmabokfhlkifalplleeanacjp |
Description | This is extension will save you a click by displaying full images on your timeline ;) |
File Size | 26.18 KB |
Installation Count | 17 |
Current Version | 1.0 |
Last Updated | 2014-06-25 |
Publish Date | 2014-06-25 |
Rating | 4.50/5 Total 2 Ratings |
Developer | http://rafaramos.com |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitter Expander", "version": "1.0", "description": "This is extension will save you a click by displaying full images on your timeline ;)", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "js\/content-script.js" ], "css": [ "twitter.css" ] } ], "permissions": [ "tabs", "https:\/\/twitter.com\/*" ] } |