KeyIQ - VidBot.app Helper
Helper for VidBot Addon
Was ist KeyIQ - VidBot.app Helper?
KeyIQ - VidBot.app Helper ist eine Chrome-Erweiterung, die von BE Labs entwickelt wurde, und ihr Hauptmerkmal ist "Helper for VidBot Addon".
Erweiterungsscreenshots
KeyIQ - VidBot.app Helper-Erweiterungs-CRX-Datei herunterladen
Laden Sie KeyIQ - VidBot.app Helper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | emcjhmaolnibbdifeafipblndokmlabo |
Offizielle URL | https://chromewebstore.google.com/detail/keyiq-vidbotapp-helper/emcjhmaolnibbdifeafipblndokmlabo |
Beschreibung | Helper for VidBot Addon |
Dateigröße | 71.89 KB |
Installationsanzahl | 283 |
Aktuelle Version | 2.5 |
Letztes Update | 2023-11-08 |
Veröffentlichungsdatum | 2021-10-06 |
Entwickler | BE Labs |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } |