KeyIQ - VidBot.app Helper

Helper for VidBot Addon

KeyIQ - VidBot.app Helperとは何ですか?

KeyIQ - VidBot.app HelperはBE Labsによって開発されたChromeの拡張機能で、その主な機能は「Helper for VidBot Addon」です。

拡張機能のスクリーンショット

screenshot
screenshot

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.                    

拡張機能の基本情報

名前 KeyIQ - VidBot.app Helper KeyIQ - VidBot.app Helper
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
Eメール [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\/*"
    ]
}