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 |
官方URL | 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\/*" ] } |