Previeweet
Previeweet is an awesome browser extension that provides Twitter users with in stream image previews
What is Previeweet?
Previeweet is a Chrome extension developed by ggurgone, and its main feature is "Previeweet is an awesome browser extension that provides Twitter users with in stream image previews".
Extension Screenshots
Download Previeweet Extension CRX File
Download Previeweet 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
You will have a nice preview of the images uploaded by users, so you can expand the ones you are really interested in. Supported services: - Instagram - Dribbble - Twitter (pic.twitter.com) - Photobucket - Facebook - Apple - Yfrog - Twitpic - Twitvid - Imgur and many more! Due to the twitter cache, you might need to clear the browser cache or press CTRL+R to make previeweet working. Bugs? Questions? contact me on twitter: http://twitter.com/giuseppegurgone
Extension Basic Information
Name | Previeweet |
ID | ioknjbncflfoefodkjodmddcpahnhkgh |
Official URL | https://chromewebstore.google.com/detail/previeweet/ioknjbncflfoefodkjodmddcpahnhkgh |
Description | Previeweet is an awesome browser extension that provides Twitter users with in stream image previews |
File Size | 20.05 KB |
Installation Count | 693 |
Current Version | 3.0.3 |
Last Updated | 2013-11-21 |
Publish Date | 2013-11-21 |
Rating | 3.52/5 Total 27 Ratings |
Developer | ggurgone |
[email protected] | |
Payment Type | free |
Extension Website | http://previeweet.com |
Help Page URL | http://twitter.com/giuseppegurgone |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Previeweet", "description": "Previeweet is an awesome browser extension that provides Twitter users with in stream image previews", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ], "css": [ "previeweet.css" ], "js": [ "previeweet.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ "previeweetCore.js", "previeweet.css" ], "permissions": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ], "version": "3.0.3" } |