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" } |