Kickle Voila
Kickle Voila extension for Chrome
What is Kickle Voila?
Kickle Voila is a Chrome extension developed by kickle, and its main feature is "Kickle Voila extension for Chrome".
Extension Screenshots
Download Kickle Voila Extension CRX File
Download Kickle Voila 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
Kickle Voila is the extension that gives you the ability to display content to your Kickle device.
Extension Basic Information
Name | Kickle Voila |
ID | dfnlhmckmnmlabejbjjfmodjmfoimnii |
Official URL | https://chromewebstore.google.com/detail/kickle-voila/dfnlhmckmnmlabejbjjfmodjmfoimnii |
Description | Kickle Voila extension for Chrome |
File Size | 10.47 MB |
Installation Count | 764 |
Current Version | 3.0.2 |
Last Updated | 2021-02-10 |
Publish Date | 2021-02-10 |
Developer | kickle |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kickle Voila", "version": "3.0.2", "description": "Kickle Voila extension for Chrome", "permissions": [ "desktopCapture", "storage", "tabs", "tabCapture" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png", "256": "assets\/icon256.png" }, "browser_action": { "default_icon": "assets\/icon256.png" }, "manifest_version": 2 } |