Media Helper for Instagram
Easily download Instagram pictures.
Vad är Media Helper for Instagram?
Media Helper for Instagram är en Chrome-tillägg utvecklad av mittya, och dess huvudfunktion är "Easily download Instagram pictures.".
Tilläggsskärmbilder
Ladda ner Media Helper for Instagram-förlängningens CRX-fil
Ladda ner Media Helper for Instagram-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Warning: Please don't use it too much, the operation is not allowed by IG. Although this tool only simulates local storage of images, IG may be able to detect abnormal users in the near future, so please take care of this yourself if it causes your users to be abnormal.
Grundläggande Information om Tillägg
Namn | Media Helper for Instagram |
ID | albdnahmanonkmhoamgfjbjgbjabbiid |
Officiell webbadress | https://chromewebstore.google.com/detail/media-helper-for-instagra/albdnahmanonkmhoamgfjbjgbjabbiid |
Beskrivning | Easily download Instagram pictures. |
Filstorlek | 27.26 KB |
Antal Installationer | 40,345 |
Aktuell Version | 1.28.2 |
Senast Uppdaterad | 2024-01-10 |
Publiceringsdatum | 2020-05-05 |
Betyg | 4.00/5 Totalt 192 Betyg |
Utvecklare | mittya |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "version": "1.28.2", "action": { "default_icon": { "19": "icons\/icon_512.png", "38": "icons\/icon_512.png" } }, "icons": { "16": "icons\/icon_512.png", "48": "icons\/icon_512.png", "128": "icons\/icon_512.png" }, "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "js": [ "script.js" ], "css": [ "style.css" ], "matches": [ "*:\/\/*.instagram.com\/*", "*:\/\/*.cdninstagram.com\/*", "*:\/\/*.fbcdn.net\/*" ] } ], "permissions": [ "tabs", "downloads", "scripting" ], "host_permissions": [ "*:\/\/*.instagram.com\/*", "*:\/\/*.cdninstagram.com\/*", "*:\/\/*.fbcdn.net\/*" ] } |