KeyIQ - VidBot.app Helper
Helper for VidBot Addon
Apa itu KeyIQ - VidBot.app Helper?
KeyIQ - VidBot.app Helper adalah ekstensi Chrome yang dikembangkan oleh BE Labs, dan fitur utamanya adalah "Helper for VidBot Addon".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi KeyIQ - VidBot.app Helper
Unduh file ekstensi KeyIQ - VidBot.app Helper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | emcjhmaolnibbdifeafipblndokmlabo |
URL Resmi | https://chromewebstore.google.com/detail/keyiq-vidbotapp-helper/emcjhmaolnibbdifeafipblndokmlabo |
Deskripsi | Helper for VidBot Addon |
Ukuran File | 71.89 KB |
Jumlah Instalasi | 283 |
Versi Saat Ini | 2.5 |
Terakhir Diperbarui | 2023-11-08 |
Tanggal Publikasi | 2021-10-06 |
Pengembang | BE Labs |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } |