Twitter/YouTube Image Viewer
Image viewer for twitter and youtube
What is Twitter/YouTube Image Viewer?
Twitter/YouTube Image Viewer is a Chrome extension developed by posky, and its main feature is "Image viewer for twitter and youtube".
Extension Screenshots
Download Twitter/YouTube Image Viewer Extension CRX File
Download Twitter/YouTube Image Viewer 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
View or save original image of Twitter View or save thumbnail of Youtube View or save original image of Facebook
Extension Basic Information
Name | |
ID | cimifjpgnhkpfejeminpmonodgkgbbmg |
Official URL | https://chrome.google.com/webstore/detail/twitteryoutube-image-view/cimifjpgnhkpfejeminpmonodgkgbbmg |
Description | Image viewer for twitter and youtube |
File Size | 15.83 KB |
Installation Count | 21 |
Current Version | 1.5 |
Last Updated | 2019-11-27 |
Publish Date | 2019-11-22 |
Developer | posky |
Payment Type | free |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "description": "Image viewer for twitter and youtube", "icons": { "16": "images\/[email protected]", "48": "images\/[email protected]", "128": "images\/[email protected]" }, "manifest_version": 2, "name": "Twitter\/YouTube Image Viewer", "options_ui": { "open_in_tab": false, "page": "html\/options.html" }, "permissions": [ "declarativeContent", "activeTab", "contextMenus", "downloads", "storage" ], "version": "1.5" } |