Streamities - Realtime Sub Count for YouTube

Show your current realtime subscriber count live in the YouTube Creator Studio.

Streamities - Realtime Sub Count for YouTubeとは何ですか?

Streamities - Realtime Sub Count for YouTubeはhttps://streamities.comによって開発されたChromeの拡張機能で、その主な機能は「Show your current realtime subscriber count live in the YouTube Creator Studio.」です。

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

screenshot

Streamities - Realtime Sub Count for YouTube拡張機能のCRXファイルをダウンロード

Streamities - Realtime Sub Count for YouTube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Show your current realtime subscriber count live in the YouTube Creator Studio.

Adds a button in the Creator Studio to activate your realtime subscriber count. 

Description:
- First, head to studio.youtube.com (The YouTube Creator Studio Dashboard)
- Second, login to your YouTube account if needed
- Last but not least, click on the button "Sub Count" in the studio sidemenu to activate your sub count

If you want to change background color or font of the sub count, please go to option by right clicking on the extension icon.


Visit our website here: https://streamities.com                    

拡張機能の基本情報

名前 Streamities - Realtime Sub Count for YouTube Streamities - Realtime Sub Count for YouTube
ID amgkcconhgodlphkhnoppnmepbgeeige
公式URL https://chromewebstore.google.com/detail/streamities-realtime-sub/amgkcconhgodlphkhnoppnmepbgeeige
説明 Show your current realtime subscriber count live in the YouTube Creator Studio.
ファイルサイズ 121 KB
インストール数 908
現在のバージョン 1.7
最終更新日 2020-05-10
公開日 2020-05-09
評価 3.00/5 合計 5 レビュー
開発者 https://streamities.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://streamities.com/
ヘルプページのURL https://streamities.com/faq
プライバシーポリシーページのURL https://streamities.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Streamities - Realtime Sub Count for YouTube",
    "short_name": "Streamities",
    "version": "1.7",
    "description": "Show your current realtime subscriber count live in the YouTube Creator Studio.",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "webRequest",
        "https:\/\/studio.youtube.com\/channel\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/studio.youtube.com\/channel\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "iframe.html",
        "images\/icons\/trending.png"
    ],
    "options_page": "options.html",
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icons\/16.png",
            "32": "images\/icons\/32.png",
            "48": "images\/icons\/48.png",
            "128": "images\/icons\/128.png"
        }
    },
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png",
        "128": "images\/icons\/128.png"
    },
    "manifest_version": 2
}