Twitter/YouTube Image Viewer
Image viewer for twitter and youtube
什么是Twitter/YouTube Image Viewer?
Twitter/YouTube Image Viewer是由posky开发的Chrome扩展程序,该扩展的主要功能是“Image viewer for twitter and youtube”。
扩展截图
下载Twitter/YouTube Image Viewer扩展crx文件
下载Twitter/YouTube Image Viewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
View or save original image of Twitter View or save thumbnail of Youtube View or save original image of Facebook
扩展基本信息
名称 | |
ID | cimifjpgnhkpfejeminpmonodgkgbbmg |
官方URL | https://chrome.google.com/webstore/detail/twitteryoutube-image-view/cimifjpgnhkpfejeminpmonodgkgbbmg |
简介 | Image viewer for twitter and youtube |
文件大小 | 15.83 KB |
安装次数 | 21 |
当前版本 | 1.5 |
更新时间 | 2019-11-27 |
上架时间 | 2019-11-22 |
开发者 | posky |
付费类型 | free |
支持的语言 | 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" } |