Globalcompanions ChatOS automatic mail sender
Charmlive helper for users
Co to jest Globalcompanions ChatOS automatic mail sender?
Globalcompanions ChatOS automatic mail sender to rozszerzenie Chrome opracowane przez chatosbot, a jego główną funkcją jest „Charmlive helper for users”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Globalcompanions ChatOS automatic mail sender
Pobierz pliki rozszerzeń Globalcompanions ChatOS automatic mail sender 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
Charmlive helper for users Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | mbbklejikbjhebilpfkechjhmfohnhhc |
| Oficjalny URL | https://chromewebstore.google.com/detail/globalcompanions-chatos-a/mbbklejikbjhebilpfkechjhmfohnhhc |
| Opis | Charmlive helper for users |
| Rozmiar pliku | 582 KB |
| Liczba instalacji | 164 |
| Aktualna Wersja | 1.0.9 |
| Ostatnia Aktualizacja | 2023-03-30 |
| Data Publikacji | 2020-09-16 |
| Deweloper | chatosbot |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://chatoptimizer.com |
| Adres URL Strony Pomocy | https://chatoptimizer.com/contacts |
| Adres URL Strony Polityki Prywatności | https://chatoptimizer.com/politika-konfidencialnosti |
| Obsługiwane Języki | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"css": [
"css\/global.css"
],
"js": [
"js\/jquery.js",
"js\/cookie.js",
"js\/content.live.js"
],
"matches": [
"*:\/\/*.globalcompanions.com\/*",
"*:\/\/*.kissxin.com\/*",
"*:\/\/*.huoloo.com\/*"
]
}
],
"default_locale": "ru",
"icons": {
"128": ".\/img\/128.png",
"16": ".\/img\/16.png",
"48": ".\/img\/48.png"
},
"manifest_version": 3,
"name": "Globalcompanions ChatOS automatic mail sender",
"action": {
"default_icon": "img\/16.png",
"default_popup": "index.live.html",
"default_title": "ChatOS Globalcompanions mails - meaning of love"
},
"host_permissions": [
"*:\/\/*.googleapis.com\/*",
"*:\/\/*.telegra.ph\/*",
"*:\/\/*.globalcompanions.com\/*",
"*:\/\/*.kissxin.com\/*",
"*:\/\/*.chatoptimizer.com\/*",
"*:\/\/*.huoloo.com\/*",
"*:\/\/*.asiandate.com\/*"
],
"permissions": [
"tabs",
"storage",
"unlimitedStorage",
"scripting"
],
"version": "1.0.9"
} | |