Save Instagram contents easy and quickly!
Just right mouse click to open an Instagram image or video in a new tab
Co to jest Save Instagram contents easy and quickly!?
Save Instagram contents easy and quickly! to rozszerzenie Chrome opracowane przez nameless.dot, a jego główną funkcją jest „Just right mouse click to open an Instagram image or video in a new tab”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Save Instagram contents easy and quickly!
Pobierz pliki rozszerzeń Save Instagram contents easy and quickly! w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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)
Podstawowe informacje o rozszerzeniu
Nazwa | Save Instagram contents easy and quickly! |
ID | abnifgjenbbcjajbglkhbojefeckmbci |
Oficjalny URL | https://chromewebstore.google.com/detail/save-instagram-contents-e/abnifgjenbbcjajbglkhbojefeckmbci |
Opis | Just right mouse click to open an Instagram image or video in a new tab |
Rozmiar pliku | 29.64 KB |
Liczba instalacji | 46 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2020-04-26 |
Data Publikacji | 2020-04-26 |
Deweloper | nameless.dot |
Typ Płatności | free |
Obsługiwane Języki | 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" } ] } |