Prinstant
Prinstant extension helps you download post and reels (images and videos)
Cos'è Prinstant?
Prinstant è un'estensione di Chrome sviluppata da creativebonding, e la sua funzione principale è "Prinstant extension helps you download post and reels (images and videos)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Prinstant
Scarica i file di estensione Prinstant in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension helps you to download the photos and videos visible in your Instagram account in one click
Informazioni di Base sull'Estensione
Nome | Prinstant |
ID | gppofildpmbjkpkdjcfcoflnalpmdica |
URL Ufficiale | https://chromewebstore.google.com/detail/prinstant/gppofildpmbjkpkdjcfcoflnalpmdica |
Descrizione | Prinstant extension helps you download post and reels (images and videos) |
Dimensione del File | 40.27 KB |
Conteggio Installazioni | 170 |
Versione Corrente | 0.01 |
Ultimo Aggiornamento | 2021-06-16 |
Data di Pubblicazione | 2021-06-08 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | creativebonding |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Prinstant", "version": "0.01", "description": "Prinstant extension helps you download post and reels (images and videos)", "browser_action": { "default_title": "Prinstant", "default_popup": "prinstant.html", "default_icon": "icon48.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.instagram.com\/*" ], "js": [ "sample.js" ], "run_at": "document_end" } ], "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |