ToolMaster. Download toolkit for Instagram
Download Photo and Video from Instagram. Repost to Feed or Stories. Single or mass download
¿Qué es ToolMaster. Download toolkit for Instagram?
ToolMaster. Download toolkit for Instagram es una extensión de Chrome desarrollada por BestApp's, y su función principal es "Download Photo and Video from Instagram. Repost to Feed or Stories. Single or mass download".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión ToolMaster. Download toolkit for Instagram
Descarga archivos de extensión ToolMaster. Download toolkit for Instagram en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | ToolMaster. Download toolkit for Instagram |
ID | bgbclojjlpkimdhhdhbmbgpkaenfmkoe |
URL Oficial | https://chromewebstore.google.com/detail/toolmaster-download-toolk/bgbclojjlpkimdhhdhbmbgpkaenfmkoe |
Descripción | Download Photo and Video from Instagram. Repost to Feed or Stories. Single or mass download |
Tamaño del Archivo | 804 KB |
Cantidad de Instalaciones | 12,611 |
Versión Actual | 1.2.0 |
Última Actualización | 2024-03-03 |
Fecha de Publicación | 2023-02-24 |
Calificación | 4.78/5 Total de 181 Calificaciones |
Desarrollador | BestApp's |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://sites.google.com/view/toolkit-for-instagram |
Idiomas Soportados | 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\/*" ] } ] } |