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 |
公式URL | 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" ] } |