KeyIQ - VidBot.app Helper
Helper for VidBot Addon
什麼是KeyIQ - VidBot.app Helper?
KeyIQ - VidBot.app Helper是由BE Labs開發的Chrome擴展程式,該擴展的主要功能是“Helper for VidBot Addon”。
擴展截圖
下載KeyIQ - VidBot.app Helper擴展crx文件
下載KeyIQ - VidBot.app Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | emcjhmaolnibbdifeafipblndokmlabo |
官方網址 | https://chromewebstore.google.com/detail/keyiq-vidbotapp-helper/emcjhmaolnibbdifeafipblndokmlabo |
簡介 | Helper for VidBot Addon |
檔案大小 | 71.89 KB |
安裝次數 | 283 |
目前版本 | 2.5 |
更新時間 | 2023-11-08 |
上架時間 | 2021-10-06 |
開發者 | BE Labs |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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\/*" ] } |