Lotzon Toolbar
Lotzon Toolbar
What is Lotzon Toolbar?
Lotzon Toolbar is a Chrome extension developed by https://lotzon.com, and its main feature is "Lotzon Toolbar".
Extension Screenshots
Download Lotzon Toolbar Extension CRX File
Download Lotzon Toolbar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Это расширение позволит вам отслеживать появление Моментального шанса не находясь на сайте. Расширение уведомит вас о появление моментального шанса. Вам будет достаточно нажать на всплывшее окошко для перехода на сайт с уже ожидающим вас шансом. Так же в нем отображаются личные сообщения написанные вам на сайте. Функционал будет постоянно добавляться, следите за обновлениями.
Extension Basic Information
Name | |
ID | clphbdjchiopapppajbikhbgmmlbodif |
Official URL | https://chrome.google.com/webstore/detail/lotzon-toolbar/clphbdjchiopapppajbikhbgmmlbodif |
Description | Lotzon Toolbar |
File Size | 796 KB |
Installation Count | 824 |
Current Version | 1.0.7 |
Last Updated | 2018-01-28 |
Publish Date | 2018-01-28 |
Rating | 4.31/5 Total 39 Ratings |
Developer | https://lotzon.com |
Payment Type | free |
Extension Website | https://lotzon.co |
Supported Languages | 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" ] } |