Lotzon Toolbar
Lotzon Toolbar
Wat is Lotzon Toolbar?
Lotzon Toolbar is een Chrome-extensie ontwikkeld door https://lotzon.com, en de belangrijkste functie is "Lotzon Toolbar".
Extensie Screenshots
Download het CRX-bestand van de extensie Lotzon Toolbar
Download Lotzon Toolbar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Это расширение позволит вам отслеживать появление Моментального шанса не находясь на сайте. Расширение уведомит вас о появление моментального шанса. Вам будет достаточно нажать на всплывшее окошко для перехода на сайт с уже ожидающим вас шансом. Так же в нем отображаются личные сообщения написанные вам на сайте. Функционал будет постоянно добавляться, следите за обновлениями.
Basisinformatie over de Extensie
Naam | |
ID | clphbdjchiopapppajbikhbgmmlbodif |
Officiële URL | https://chrome.google.com/webstore/detail/lotzon-toolbar/clphbdjchiopapppajbikhbgmmlbodif |
Beschrijving | Lotzon Toolbar |
Bestandsgrootte | 796 KB |
Aantal Installaties | 824 |
Huidige Versie | 1.0.7 |
Laatst Bijgewerkt | 2018-01-28 |
Publicatiedatum | 2018-01-28 |
Beoordeling | 4.31/5 Totaal 39 Beoordelingen |
Ontwikkelaar | https://lotzon.com |
Betalingswijze | free |
Extensiewebsite | https://lotzon.co |
Ondersteunde Talen | 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" ] } |