KeyIQ - VidBot.app Helper
Helper for VidBot Addon
What is KeyIQ - VidBot.app Helper?
KeyIQ - VidBot.app Helper is a Chrome extension developed by BE Labs, and its main feature is "Helper for VidBot Addon".
Extension Screenshots
Download KeyIQ - VidBot.app Helper Extension CRX File
Download KeyIQ - VidBot.app Helper 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
This simple extension allows you to easily copy your own vidIQ API token for use in personal projects. How to Use: 1. Log in to your vidiq.com account. 2. At the top right of the screen, you will see the keyIQ logo. 3. Click the keyIQ logo and your API token will be copied to your clipboard.
Extension Basic Information
Name | |
ID | emcjhmaolnibbdifeafipblndokmlabo |
Official URL | https://chromewebstore.google.com/detail/keyiq-vidbotapp-helper/emcjhmaolnibbdifeafipblndokmlabo |
Description | Helper for VidBot Addon |
File Size | 71.89 KB |
Installation Count | 283 |
Current Version | 2.5 |
Last Updated | 2023-11-08 |
Publish Date | 2021-10-06 |
Developer | BE Labs |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "KeyIQ - VidBot.app Helper", "description": "Helper for VidBot Addon", "version": "2.5", "permissions": [ "https:\/\/app.vidiq.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/app.vidiq.com\/*" ], "run_at": "document_start", "js": [ "js\/inject.js" ] } ], "browser_action": { "default_title": "VidBot Helper", "default_icon": "img\/32.png" }, "icons": { "16": "img\/32.png", "48": "img\/32.png", "128": "img\/128.png" }, "web_accessible_resources": [ "js\/*", "img\/*" ] } |