Save Instagram contents easy and quickly!
Just right mouse click to open an Instagram image or video in a new tab
Was ist Save Instagram contents easy and quickly!?
Save Instagram contents easy and quickly! ist eine Chrome-Erweiterung, die von nameless.dot entwickelt wurde, und ihr Hauptmerkmal ist "Just right mouse click to open an Instagram image or video in a new tab".
Erweiterungsscreenshots
Save Instagram contents easy and quickly!-Erweiterungs-CRX-Datei herunterladen
Laden Sie Save Instagram contents easy and quickly!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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) Grundlegende Informationen zur Erweiterung
| Name | |
| ID | abnifgjenbbcjajbglkhbojefeckmbci |
| Offizielle URL | https://chromewebstore.google.com/detail/save-instagram-contents-e/abnifgjenbbcjajbglkhbojefeckmbci |
| Beschreibung | Just right mouse click to open an Instagram image or video in a new tab |
| Dateigröße | 29.64 KB |
| Installationsanzahl | 46 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2020-04-26 |
| Veröffentlichungsdatum | 2020-04-26 |
| Entwickler | nameless.dot |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
]
} | |