Dating - Multi-account - chats / mails

Dating - Multi-account - chats / mails

Dating - Multi-account - chats / mails란 무엇입니까?

Dating - Multi-account - chats / mails은(는) http://chatoptimizer.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dating - Multi-account - chats / mails"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Dating - Multi-account - chats / mails 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        There is an extension to search for interlocutor in chats on dating.com website. This is a reliable assistant for attracting attention and getting new fans.

For you:

- User friendly and simple interface
- Set up sending in a few clicks
- The widest possible selection criteria and sending options
- Actual updates and new tools
- Reliable service and high-quality user support
- 3 days free test period

Just launch and get desired results!

We invite you to https://chatoptimizer.com/en for more information                    

확장 프로그램 기본 정보

이름 Dating - Multi-account - chats / mails Dating - Multi-account - chats / mails
ID jmnocpcbnkaomdppclaiimfpidphdgkp
공식 URL https://chrome.google.com/webstore/detail/dating-%D0%BC%D1%83%D0%BB%D1%8C%D1%82%D0%B8%D0%B0%D0%BA%D0%BA%D0%B0%D1%83%D0%BD%D1%82-%D1%87%D0%B0%D1%82%D1%8B/jmnocpcbnkaomdppclaiimfpidphdgkp
설명 Dating - Multi-account - chats / mails
파일 크기 3.3 MB
설치 횟수 354
현재 버전 2.0.8.15
최근 업데이트 2024-02-23
출시 날짜 2020-06-24
개발자 http://chatoptimizer.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://chatoptimizer.com
개인정보 보호 정책 페이지 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\/svadba.css",
                "css\/profileContent.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/translations.js",
                "js\/cookie.js",
                "js\/hashchange.js",
                "js\/content.live.js"
            ],
            "matches": [
                "*:\/\/*.dating.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "ru",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "img\/128.png",
        "16": "img\/16.png",
        "48": "img\/48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "action": {
        "default_icon": "img\/16.png",
        "default_popup": "index.live.html",
        "default_title": "Dating - Multi-account - chats \/ mails"
    },
    "permissions": [
        "tabs",
        "notifications",
        "storage",
        "unlimitedStorage",
        "declarativeNetRequest",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.googleapis.com\/*",
        "*:\/\/*.telegra.ph\/*",
        "*:\/\/*.dating.com\/*",
        "*:\/\/*.chatoptimizer.com\/*"
    ],
    "version": "2.0.8.15",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "js\/tawk.js"
            ]
        }
    ]
}