KeyIQ - VidBot.app Helper
Helper for VidBot Addon
Vad är KeyIQ - VidBot.app Helper?
KeyIQ - VidBot.app Helper är en Chrome-tillägg utvecklad av BE Labs, och dess huvudfunktion är "Helper for VidBot Addon".
Tilläggsskärmbilder
Ladda ner KeyIQ - VidBot.app Helper-förlängningens CRX-fil
Ladda ner KeyIQ - VidBot.app Helper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | emcjhmaolnibbdifeafipblndokmlabo |
Officiell webbadress | https://chromewebstore.google.com/detail/keyiq-vidbotapp-helper/emcjhmaolnibbdifeafipblndokmlabo |
Beskrivning | Helper for VidBot Addon |
Filstorlek | 71.89 KB |
Antal Installationer | 283 |
Aktuell Version | 2.5 |
Senast Uppdaterad | 2023-11-08 |
Publiceringsdatum | 2021-10-06 |
Utvecklare | BE Labs |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } |