WhatsApp Unsaved Number - Right Click Context
Adds a right click context menu to send a message to an unsaved WhatsApp number
Co to jest WhatsApp Unsaved Number - Right Click Context?
WhatsApp Unsaved Number - Right Click Context to rozszerzenie Chrome opracowane przez Jimmy Ly, a jego główną funkcją jest „Adds a right click context menu to send a message to an unsaved WhatsApp number”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia WhatsApp Unsaved Number - Right Click Context
Pobierz pliki rozszerzeń WhatsApp Unsaved Number - Right Click Context 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
The extension adds a right click context menu to send a message to an unsaved WhatsApp number.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | idpnlndpclklnckjcdhjkngpibchbgpi |
Oficjalny URL | https://chrome.google.com/webstore/detail/whatsapp-unsaved-number-r/idpnlndpclklnckjcdhjkngpibchbgpi |
Opis | Adds a right click context menu to send a message to an unsaved WhatsApp number |
Rozmiar pliku | 20.2 KB |
Liczba instalacji | 48 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2021-05-16 |
Data Publikacji | 2021-05-16 |
Deweloper | Jimmy Ly |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WhatsApp Unsaved Number - Right Click Context", "description": "Adds a right click context menu to send a message to an unsaved WhatsApp number", "version": "0.1", "permissions": [ "contextMenus" ], "background": { "scripts": [ "sample.js" ] }, "icons": { "16": "icon-bitty.png", "48": "icon-small.png", "128": "icon-large.png" } } |