Twitter image
Get the image on the twitter website with the original size.
What is Twitter image?
Twitter image is a Chrome extension developed by Wondoo Kang (a.k.a. Azyu), and its main feature is "Get the image on the twitter website with the original size.".
Extension Screenshots
Download Twitter image Extension CRX File
Download Twitter image 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
If you right-click against the mouse over the image on Twitter & TweetDeck of the web, it is possible to obtain an image of the original size of the image. [ FAQ ] Q: I want to change download folder location! A: Sorry. Not allowed by Chrome Web Browser API.
Extension Basic Information
Name | Twitter image |
ID | fklblgnjblcekahbefdbnodkibknnadp |
Official URL | https://chrome.google.com/webstore/detail/fklblgnjblcekahbefdbnodkibknnadp |
Description | Get the image on the twitter website with the original size. |
File Size | 16.85 KB |
Installation Count | 23,549 |
Current Version | 0.33 |
Last Updated | 2019-07-20 |
Publish Date | 2019-07-20 |
Rating | 4.66/5 Total 108 Ratings |
Developer | Wondoo Kang (a.k.a. Azyu) |
[email protected] | |
Payment Type | free |
Extension Website | https://twitter.com/_uyza_ |
Supported Languages | en,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "script\/background.js" ] }, "content_scripts": [ { "js": [ "script\/eventListener.js" ], "matches": [ "*:\/\/twitter.com\/*" ] } ], "default_locale": "en", "description": "__MSG_ext_description__", "icons": { "128": "img\/icon_128.png", "16": "img\/icon_16.png", "48": "img\/icon_48.png" }, "manifest_version": 2, "name": "__MSG_ext_name__", "options_ui": { "chrome_style": true, "page": "options.html" }, "permissions": [ "contextMenus", "downloads", "storage", "*:\/\/twitter.com\/*", "*:\/\/twimg.com\/*" ], "version": "0.33" } |