Notifications DM Instagram
Receive notification as soon as you receive an Instagram message.
Co je Notifications DM Instagram?
Notifications DM Instagram je rozšíření Chrome vyvinuté Puretz, a jeho hlavní funkcí je „Receive notification as soon as you receive an Instagram message.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Notifications DM Instagram
Stáhněte si soubory rozšíření Notifications DM Instagram ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
With the new Instagram update, it is now possible to send and receive messages via the computer. With this extension, we can comfortably browse other sites, and if you receive any new messages, you will be notified.
Základní Informace o Rozšíření
Název | Notifications DM Instagram |
ID | beibjfkkheopnkifcgomndochmiilfda |
Oficiální URL | https://chromewebstore.google.com/detail/notifications-dm-instagra/beibjfkkheopnkifcgomndochmiilfda |
Popis | Receive notification as soon as you receive an Instagram message. |
Velikost souboru | 8.54 KB |
Počet instalací | 702 |
Aktuální Verze | 0.21 |
Poslední Aktualizace | 2020-04-27 |
Datum Vydání | 2020-04-26 |
Hodnocení | 1.00/5 Celkem 3 Hodnocení |
Vývojář | Puretz |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://instaagile.com/ |
URL Stránky Nápovědy | http://instaagile.com/privacy.html |
URL Stránky Zásad Ochrany Soukromí | https://instaagile.com/privacy.html |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Notifications DM Instagram", "description": "Receive notification as soon as you receive an Instagram message.", "version": "0.21", "background": { "page": "app.html" }, "browser_action": { "default_icon": "logo-2.png", "default_title": "Notifications DM Instagram" }, "icons": { "128": "logo-2.png" }, "permissions": [ "https:\/\/www.instagram.com\/direct\/inbox\/", "https:\/\/www.instagram.com\/" ], "omnibox": { "keyword": "igdm" }, "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/direct\/inbox\/", "https:\/\/www.instagram.com\/" ], "js": [ "has_extension.js" ] } ] } |