Prinstant
Prinstant extension helps you download post and reels (images and videos)
Qu'est-ce que Prinstant ?
Prinstant est une extension Chrome développée par creativebonding, et sa fonction principale est "Prinstant extension helps you download post and reels (images and videos)".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Prinstant
Téléchargez les fichiers d'extension Prinstant au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension helps you to download the photos and videos visible in your Instagram account in one click
Informations de Base sur l'Extension
Nom | Prinstant |
ID | gppofildpmbjkpkdjcfcoflnalpmdica |
URL Officiel | https://chromewebstore.google.com/detail/prinstant/gppofildpmbjkpkdjcfcoflnalpmdica |
Description | Prinstant extension helps you download post and reels (images and videos) |
Taille du Fichier | 40.27 KB |
Nombre d'Installations | 170 |
Version Actuelle | 0.01 |
Dernière Mise à Jour | 2021-06-16 |
Date de Publication | 2021-06-08 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | creativebonding |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |