KeyIQ - VidBot.app Helper
Helper for VidBot Addon
Wat is KeyIQ - VidBot.app Helper?
KeyIQ - VidBot.app Helper is een Chrome-extensie ontwikkeld door BE Labs, en de belangrijkste functie is "Helper for VidBot Addon".
Extensie Screenshots
Download het CRX-bestand van de extensie KeyIQ - VidBot.app Helper
Download KeyIQ - VidBot.app Helper-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
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.
Basisinformatie over de Extensie
Naam | |
ID | emcjhmaolnibbdifeafipblndokmlabo |
Officiële URL | https://chromewebstore.google.com/detail/keyiq-vidbotapp-helper/emcjhmaolnibbdifeafipblndokmlabo |
Beschrijving | Helper for VidBot Addon |
Bestandsgrootte | 71.89 KB |
Aantal Installaties | 283 |
Huidige Versie | 2.5 |
Laatst Bijgewerkt | 2023-11-08 |
Publicatiedatum | 2021-10-06 |
Ontwikkelaar | BE Labs |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |