Charmlive ChatOS chat optimizer

Charmlive ChatOS chat smart search for men

Что такое Charmlive ChatOS chat optimizer?

Charmlive ChatOS chat optimizer - это расширение Chrome, разработанное http://chatoptimizer.com, и его основная функция - "Charmlive ChatOS chat smart search for men".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Charmlive ChatOS chat optimizer

Скачайте файлы расширений Charmlive ChatOS chat optimizer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This extension created to make easier searching of mans on charmlive.com website. You can ease setup searching tool and waiting till…

This extension created to make easier searching of mans on asiame.com website.
You can ease setup searching tool and waiting till it find for you somebody.
Also, you can manage your window to use your screen more effective.
History, black list and other functions up to you.
You can use this extensions first three days for free. Just install it in your browser and launch on asiame.com website.
If you will decide to continue use our extension, please visit our website: 
https://chatoptimizer.com                    

Основная информация о расширении

Название Charmlive ChatOS chat optimizer Charmlive ChatOS chat optimizer
ID knlcabijknicpjnodegjgnfpiakchcbk
Официальный URL https://chrome.google.com/webstore/detail/charmlive-chatos-chat-opt/knlcabijknicpjnodegjgnfpiakchcbk
Описание Charmlive ChatOS chat smart search for men
Размер файла 324 KB
Количество установок 98
Текущая Версия 0.9.4
Последнее Обновление 2021-01-28
Дата публикации 2020-06-01
Разработчик http://chatoptimizer.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://chatoptimizer.com
URL страницы помощи https://chatoptimizer.com
URL страницы политики конфиденциальности https://chatoptimizer.com/politika-konfidencialnosti
Поддерживаемые языки en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "css": [
                "css\/charming.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/cookie.js",
                "js\/content.live.js",
                "js\/swfobject.js"
            ],
            "matches": [
                "*:\/\/*.charmlive.com\/anchor\/*",
                "*:\/\/*.charmlive.com\/page\/*"
            ]
        },
        {
            "css": [
                "css\/charmlive_helper.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/translations.js",
                "js\/charmlive_helper.js"
            ],
            "matches": [
                "*:\/\/*.charmlive.com\/broadcast\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' https:\/\/account.chatoptimizer.com",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "img\/128.png",
        "16": "img\/16.png",
        "48": "img\/48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "page_action": {
        "default_icon": "img\/16.png",
        "default_popup": "index.live.html",
        "default_title": "ChatOS Charmlive chat - meaning of love"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "*:\/\/*.charmlive.com\/*",
        "http:\/\/*.chatoptimizer.com\/*",
        "https:\/\/*.chatoptimizer.com\/*",
        "notifications"
    ],
    "version": "0.9.4"
}