ToolMaster. Download toolkit for Instagram
Download Photo and Video from Instagram. Repost to Feed or Stories. Single or mass download
Qu'est-ce que ToolMaster. Download toolkit for Instagram ?
ToolMaster. Download toolkit for Instagram est une extension Chrome développée par BestApp's, et sa fonction principale est "Download Photo and Video from Instagram. Repost to Feed or Stories. Single or mass download".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ToolMaster. Download toolkit for Instagram
Téléchargez les fichiers d'extension ToolMaster. Download toolkit for Instagram 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
ToolMaster. Download toolkit for Instagram Download Photo and Video from Instagram. Repost to Feed or Stories. Single or mass download ToolMaster. Download toolkit for Instagram is a simple and powerful tool with numerous features making your user experience even better. The main goal is to make your social experience easier and more convenient. Even more useful features for Instagram users: - Repost Photo or Video from Instagram feed or any profile page; - Bulk Downloading to get all Photos and Videos from a user or feed. You can select how many files you want to get to your device. - Downloading Stories, one-by-one or all of them at one single click; - and many more. ToolMaster. Download toolkit for Instagram does not belong or related to Instagram Inc. in any ways. The extension is developed and maintained independently by BestApp's. My extension is a wrapper to original web application.
Informations de Base sur l'Extension
Nom | ToolMaster. Download toolkit for Instagram |
ID | bgbclojjlpkimdhhdhbmbgpkaenfmkoe |
URL Officiel | https://chromewebstore.google.com/detail/toolmaster-download-toolk/bgbclojjlpkimdhhdhbmbgpkaenfmkoe |
Description | Download Photo and Video from Instagram. Repost to Feed or Stories. Single or mass download |
Taille du Fichier | 804 KB |
Nombre d'Installations | 12,611 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2024-03-03 |
Date de Publication | 2023-02-24 |
Évaluation | 4.78/5 Total 181 Évaluations |
Développeur | BestApp's |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://sites.google.com/view/toolkit-for-instagram |
Langues Prises en Charge | id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "version": "1.2.0", "default_locale": "en", "icons": { "128": "img\/icon_128.png" }, "action": { "default_icon": { "16": "img\/icon_16.png" }, "default_title": "__MSG_name__" }, "background": { "service_worker": "\/js\/bg.js" }, "host_permissions": [ "*:\/\/*.instagram.com\/*" ], "permissions": [ "storage", "tabs", "cookies", "webRequest", "downloads" ], "content_scripts": [ { "matches": [ "*:\/\/*.instagram.com\/*" ], "js": [ "js\/app.js" ], "css": [ "css\/fonts.css", "css\/styles.css" ], "run_at": "document_idle", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "css\/*", "img\/*", "fonts\/*" ], "matches": [ "*:\/\/*.instagram.com\/*" ] } ] } |