Save Instagram contents easy and quickly!
Just right mouse click to open an Instagram image or video in a new tab
Save Instagram contents easy and quickly!とは何ですか?
Save Instagram contents easy and quickly!はnameless.dotによって開発されたChromeの拡張機能で、その主な機能は「Just right mouse click to open an Instagram image or video in a new tab」です。
拡張機能のスクリーンショット
Save Instagram contents easy and quickly!拡張機能のCRXファイルをダウンロード
Save Instagram contents easy and quickly!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Just right mouse click on the image or video and select "Open in a new tab", from there you can download the desired media (e.g. using "File > Save as..." or pressing Ctrl+S or Cmd+S for macOS users) 拡張機能の基本情報
| 名前 | |
| ID | abnifgjenbbcjajbglkhbojefeckmbci |
| 公式URL | https://chromewebstore.google.com/detail/save-instagram-contents-e/abnifgjenbbcjajbglkhbojefeckmbci |
| 説明 | Just right mouse click to open an Instagram image or video in a new tab |
| ファイルサイズ | 29.64 KB |
| インストール数 | 46 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2020-04-26 |
| 公開日 | 2020-04-26 |
| 開発者 | nameless.dot |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Save Instagram contents easy and quickly!",
"version": "1.1",
"description": "Just right mouse click to open an Instagram image or video in a new tab",
"manifest_version": 2,
"permissions": [
"contextMenus",
"*:\/\/*.instagram.com\/*"
],
"icons": {
"16": "\/assets\/icons\/icon16.png",
"48": "\/assets\/icons\/icon48.png",
"128": "\/assets\/icons\/icon128.png"
},
"background": {
"page": "src\/index.html",
"persistent": true
},
"content_security_policy": "script-src 'self'; object-src 'self'",
"content_scripts": [
{
"match_about_blank": true,
"matches": [
"*:\/\/*.instagram.com\/*"
],
"js": [
"src\/content\/index.js"
],
"run_at": "document_end"
}
]
} | |