Instension
Chrome browser extension, that allows to download or open in a separate tab a video/photo post from the Instagram website.
Co to jest Instension?
Instension to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Chrome browser extension, that allows to download or open in a separate tab a video/photo post from the Instagram website.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Instension
Pobierz pliki rozszerzeń Instension 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
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ghhgaaedjagldepccfmopmnkkkpjkeon |
Oficjalny URL | https://chromewebstore.google.com/detail/instension/ghhgaaedjagldepccfmopmnkkkpjkeon |
Opis | Chrome browser extension, that allows to download or open in a separate tab a video/photo post from the Instagram website. |
Rozmiar pliku | 16.2 KB |
Liczba instalacji | 19 |
Aktualna Wersja | 1.1.0 |
Ostatnia Aktualizacja | 2020-01-02 |
Data Publikacji | 2020-01-02 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Unknown |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/KrusnikViers/Instension |
Obsługiwane Języki | 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" ] } |