Instension
Chrome browser extension, that allows to download or open in a separate tab a video/photo post from the Instagram website.
Hvad er Instension?
Instension er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Chrome browser extension, that allows to download or open in a separate tab a video/photo post from the Instagram website.".
Udvidelsesskærmbilleder
Download Instension-udvidelses-CRX-fil
Download Instension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ghhgaaedjagldepccfmopmnkkkpjkeon |
Officiel URL | https://chromewebstore.google.com/detail/instension/ghhgaaedjagldepccfmopmnkkkpjkeon |
Beskrivelse | Chrome browser extension, that allows to download or open in a separate tab a video/photo post from the Instagram website. |
Filstørrelse | 16.2 KB |
Antal Installationer | 19 |
Nuværende Version | 1.1.0 |
Senest Opdateret | 2020-01-02 |
Udgivelsesdato | 2020-01-02 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | Unknown |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/KrusnikViers/Instension |
Understøttede Sprog | 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" ] } |