Lotzon Toolbar

Lotzon Toolbar

Cos'è Lotzon Toolbar?

Lotzon Toolbar è un'estensione di Chrome sviluppata da https://lotzon.com, e la sua funzione principale è "Lotzon Toolbar".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Lotzon Toolbar

Scarica i file di estensione Lotzon Toolbar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Это расширение позволит вам отслеживать появление Моментального шанса не находясь на сайте.
Расширение уведомит вас о появление моментального шанса. Вам будет достаточно нажать на всплывшее окошко для перехода на сайт с уже ожидающим вас шансом.

Так же в нем отображаются личные сообщения написанные вам на сайте.

Функционал будет постоянно добавляться, следите за обновлениями.                    

Informazioni di Base sull'Estensione

Nome Lotzon Toolbar Lotzon Toolbar
ID clphbdjchiopapppajbikhbgmmlbodif
URL Ufficiale https://chrome.google.com/webstore/detail/lotzon-toolbar/clphbdjchiopapppajbikhbgmmlbodif
Descrizione Lotzon Toolbar
Dimensione del File 796 KB
Conteggio Installazioni 824
Versione Corrente 1.0.7
Ultimo Aggiornamento 2018-01-28
Data di Pubblicazione 2018-01-28
Valutazione 4.31/5 Totale 39 Valutazioni
Sviluppatore https://lotzon.com
Tipo di Pagamento free
Sito Web dell'Estensione https://lotzon.co
Lingue Supportate en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "includes\/content.js"
            ]
        }
    ],
    "name": "Lotzon Toolbar",
    "default_locale": "ru",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "web_accessible_resources": [
        "res\/*",
        "assets\/*",
        "icons\/*"
    ],
    "description": "Lotzon Toolbar",
    "background": {
        "page": "background.html"
    },
    "homepage_url": "https:\/\/lotzon.co\/",
    "version": "1.0.7",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/button38_gray.png",
        "default_title": "Lotzon Toolbar"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webNavigation",
        "notifications",
        "cookies",
        "storage"
    ]
}