Globalcompanions ChatOS automatic mail sender

Charmlive helper for users

Globalcompanions ChatOS automatic mail sender란 무엇입니까?

Globalcompanions ChatOS automatic mail sender은(는) chatosbot에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Charmlive helper for users"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Globalcompanions ChatOS automatic mail sender 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Charmlive helper for users                    

확장 프로그램 기본 정보

이름 Globalcompanions ChatOS automatic mail sender Globalcompanions ChatOS automatic mail sender
ID mbbklejikbjhebilpfkechjhmfohnhhc
공식 URL https://chromewebstore.google.com/detail/globalcompanions-chatos-a/mbbklejikbjhebilpfkechjhmfohnhhc
설명 Charmlive helper for users
파일 크기 582 KB
설치 횟수 164
현재 버전 1.0.9
최근 업데이트 2023-03-30
출시 날짜 2020-09-16
개발자 chatosbot
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://chatoptimizer.com
도움말 페이지 URL https://chatoptimizer.com/contacts
개인정보 보호 정책 페이지 URL https://chatoptimizer.com/politika-konfidencialnosti
지원되는 언어 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"
}