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 |
官方網址 | 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" } |