KeyIQ - VidBot.app Helper
Helper for VidBot Addon
Cos'è KeyIQ - VidBot.app Helper?
KeyIQ - VidBot.app Helper è un'estensione di Chrome sviluppata da BE Labs, e la sua funzione principale è "Helper for VidBot Addon".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione KeyIQ - VidBot.app Helper
Scarica i file di estensione KeyIQ - VidBot.app Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | emcjhmaolnibbdifeafipblndokmlabo |
URL Ufficiale | https://chromewebstore.google.com/detail/keyiq-vidbotapp-helper/emcjhmaolnibbdifeafipblndokmlabo |
Descrizione | Helper for VidBot Addon |
Dimensione del File | 71.89 KB |
Conteggio Installazioni | 283 |
Versione Corrente | 2.5 |
Ultimo Aggiornamento | 2023-11-08 |
Data di Pubblicazione | 2021-10-06 |
Sviluppatore | BE Labs |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |