Web for Instagram with Direct
It's a set of most useful features for Instagram: direct messages, upload stories and IGTV, screenshot capture, and much more!
Co to jest Web for Instagram with Direct?
Web for Instagram with Direct to rozszerzenie Chrome opracowane przez mlacezzi, a jego główną funkcją jest „It's a set of most useful features for Instagram: direct messages, upload stories and IGTV, screenshot capture, and much more!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Web for Instagram with Direct
Pobierz pliki rozszerzeń Web for Instagram with Direct w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | lpjdhdbbbbfgopminkbmpnhmkhbmmfni |
Oficjalny URL | https://chrome.google.com/webstore/detail/web-for-instagram-with-di/lpjdhdbbbbfgopminkbmpnhmkhbmmfni |
Opis | It's a set of most useful features for Instagram: direct messages, upload stories and IGTV, screenshot capture, and much more! |
Rozmiar pliku | 348 KB |
Liczba instalacji | 1,289 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2022-01-31 |
Data Publikacji | 2021-11-15 |
Ocena | 4.75/5 Łącznie 12 Oceny |
Deweloper | mlacezzi |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://www.saveandshare.tk/policy |
Obsługiwane Języki | de,en,fil,fr,nl,vi,ca,es,it,fi,hi,th,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/lib\/jquery.min.js", "js\/storage.js", "js\/background.js" ] }, "browser_action": { "default_icon": "img\/64.png", "default_title": "__MSG_name__" }, "content_scripts": [ { "all_frames": true, "js": [ "js\/ua.js" ], "matches": [ "*:\/\/www.instagram.com\/*" ], "run_at": "document_start" }, { "all_frames": true, "css": [ "css\/rate.css" ], "js": [ "js\/content-scripts\/rate.js" ], "matches": [ "*:\/\/www.instagram.com\/*" ] }, { "all_frames": true, "css": [ "css\/content.css" ], "js": [ "js\/lib\/jquery.min.js", "js\/storage.js", "js\/content-scripts\/content.js" ], "matches": [ "*:\/\/www.instagram.com\/*" ] }, { "all_frames": true, "js": [ "js\/content-scripts\/instaLinkListener.js" ], "matches": [ "*:\/\/*\/*" ] } ], "default_locale": "en", "description": "__MSG_description__", "icons": { "128": "img\/128.png", "32": "img\/32.png", "64": "img\/64.png" }, "manifest_version": 2, "name": "__MSG_name__", "options_page": "options.html", "permissions": [ " |