Prinstant
Prinstant extension helps you download post and reels (images and videos)
Wat is Prinstant?
Prinstant is een Chrome-extensie ontwikkeld door creativebonding, en de belangrijkste functie is "Prinstant extension helps you download post and reels (images and videos)".
Extensie Screenshots
Download het CRX-bestand van de extensie Prinstant
Download Prinstant-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension helps you to download the photos and videos visible in your Instagram account in one click
Basisinformatie over de Extensie
Naam | Prinstant |
ID | gppofildpmbjkpkdjcfcoflnalpmdica |
Officiële URL | https://chromewebstore.google.com/detail/prinstant/gppofildpmbjkpkdjcfcoflnalpmdica |
Beschrijving | Prinstant extension helps you download post and reels (images and videos) |
Bestandsgrootte | 40.27 KB |
Aantal Installaties | 170 |
Huidige Versie | 0.01 |
Laatst Bijgewerkt | 2021-06-16 |
Publicatiedatum | 2021-06-08 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | creativebonding |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |