Twitter/YouTube Image Viewer
Image viewer for twitter and youtube
Twitter/YouTube Image Viewer là gì?
Twitter/YouTube Image Viewer là một tiện ích mở rộng Chrome được phát triển bởi posky, và tính năng chính của nó là "Image viewer for twitter and youtube".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Twitter/YouTube Image Viewer
Tải xuống các tệp mở rộng Twitter/YouTube Image Viewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
View or save original image of Twitter View or save thumbnail of Youtube View or save original image of Facebook
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cimifjpgnhkpfejeminpmonodgkgbbmg |
URL Chính Thức | https://chrome.google.com/webstore/detail/twitteryoutube-image-view/cimifjpgnhkpfejeminpmonodgkgbbmg |
Mô tả | Image viewer for twitter and youtube |
Kích Thước Tệp | 15.83 KB |
Số Lần Cài Đặt | 21 |
Phiên Bản Hiện Tại | 1.5 |
Cập Nhật Lần Cuối | 2019-11-27 |
Ngày Phát Hành | 2019-11-22 |
Nhà Phát Triển | posky |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |