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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } |