Streamities - Realtime Sub Count for YouTube

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

Hvad er Streamities - Realtime Sub Count for YouTube?

Streamities - Realtime Sub Count for YouTube er en Chrome-udvidelse udviklet af https://streamities.com, og dens hovedfunktion er "Show your current realtime subscriber count live in the YouTube Creator Studio.".

Udvidelsesskærmbilleder

screenshot

Download Streamities - Realtime Sub Count for YouTube-udvidelses-CRX-fil

Download Streamities - Realtime Sub Count for YouTube-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Streamities - Realtime Sub Count for YouTube Streamities - Realtime Sub Count for YouTube
ID amgkcconhgodlphkhnoppnmepbgeeige
Officiel URL https://chromewebstore.google.com/detail/streamities-realtime-sub/amgkcconhgodlphkhnoppnmepbgeeige
Beskrivelse Show your current realtime subscriber count live in the YouTube Creator Studio.
Filstørrelse 121 KB
Antal Installationer 908
Nuværende Version 1.7
Senest Opdateret 2020-05-10
Udgivelsesdato 2020-05-09
Bedømmelse 3.00/5 Samlet 5 Bedømmelser
Udvikler https://streamities.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://streamities.com/
Hjælpeside-URL https://streamities.com/faq
URL til Fortrolighedspolitik Side https://streamities.com/privacy-policy
Understøttede Sprog 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
}