Instension
Chrome browser extension, that allows to download or open in a separate tab a video/photo post from the Instagram website.
什麼是Instension?
Instension是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Chrome browser extension, that allows to download or open in a separate tab a video/photo post from the Instagram website.”。
擴展截圖
下載Instension擴展crx文件
下載Instension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | ghhgaaedjagldepccfmopmnkkkpjkeon |
官方網址 | https://chromewebstore.google.com/detail/instension/ghhgaaedjagldepccfmopmnkkkpjkeon |
簡介 | Chrome browser extension, that allows to download or open in a separate tab a video/photo post from the Instagram website. |
檔案大小 | 16.2 KB |
安裝次數 | 19 |
目前版本 | 1.1.0 |
更新時間 | 2020-01-02 |
上架時間 | 2020-01-02 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Unknown |
付費類型 | free |
擴展官網 | https://github.com/KrusnikViers/Instension |
支援的語言 | 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" ] } |