Messaging App Stealth Mode
Stealth mode for a certain messaging app
Co je Messaging App Stealth Mode?
Messaging App Stealth Mode je rozšíření Chrome vyvinuté Oryan Moshe, a jeho hlavní funkcí je „Stealth mode for a certain messaging app“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Messaging App Stealth Mode
Stáhněte si soubory rozšíření Messaging App Stealth Mode 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í
A stealth mode for certain messaging app.
Základní Informace o Rozšíření
Název | Messaging App Stealth Mode |
ID | neahcibhlbdhnfdbnjfjpfgnceaegemm |
Oficiální URL | https://chromewebstore.google.com/detail/messaging-app-stealth-mod/neahcibhlbdhnfdbnjfjpfgnceaegemm |
Popis | Stealth mode for a certain messaging app |
Velikost souboru | 38.71 KB |
Počet instalací | 44 |
Aktuální Verze | 3.0 |
Poslední Aktualizace | 2019-10-15 |
Datum Vydání | 2019-10-15 |
Vývojář | Oryan Moshe |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.0", "manifest_version": 2, "name": "Messaging App Stealth Mode", "description": "Stealth mode for a certain messaging app", "author": "Oryan Moshe", "permissions": [ "activeTab", "*:\/\/web.whatsapp.com\/*", "declarativeContent", "storage" ], "icons": { "48": "icons8-northern-lights-48.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_icon": "icons8-northern-lights-48-mono.png" }, "content_scripts": [ { "matches": [ "*:\/\/web.whatsapp.com\/*" ], "css": [ "stealthmode.css" ], "js": [ "jquery-3.3.1.min.js" ] } ] } |