Instension
Chrome browser extension, that allows to download or open in a separate tab a video/photo post from the Instagram website.
Instension là gì?
Instension là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Chrome browser extension, that allows to download or open in a separate tab a video/photo post from the Instagram website.".
Ả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 Instension
Tải xuống các tệp mở rộng Instension 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
Extension will add two new items in a context menu, "Open in new tab" and "Download". They will work, if context menu is opened on a fullsize post from the official Instagram website.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ghhgaaedjagldepccfmopmnkkkpjkeon |
URL Chính Thức | https://chromewebstore.google.com/detail/instension/ghhgaaedjagldepccfmopmnkkkpjkeon |
Mô tả | Chrome browser extension, that allows to download or open in a separate tab a video/photo post from the Instagram website. |
Kích Thước Tệp | 16.2 KB |
Số Lần Cài Đặt | 19 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2020-01-02 |
Ngày Phát Hành | 2020-01-02 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/KrusnikViers/Instension |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Instension", "version": "1.1.0", "description": "Chrome browser extension, that allows to download or open in a separate tab a video\/photo post from the Instagram website.", "icons": { "16": "icons\/instension_16.png", "32": "icons\/instension_32.png", "64": "icons\/instension_64.png", "128": "icons\/instension_128.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.instagram.com\/*" ], "run_at": "document_start", "js": [ "scripts\/element_finder.js", "scripts\/content.js" ] } ], "permissions": [ "contextMenus", "downloads" ] } |