Streamities - Realtime Sub Count for YouTube
Show your current realtime subscriber count live in the YouTube Creator Studio.
Wat is Streamities - Realtime Sub Count for YouTube?
Streamities - Realtime Sub Count for YouTube is een Chrome-extensie ontwikkeld door https://streamities.com, en de belangrijkste functie is "Show your current realtime subscriber count live in the YouTube Creator Studio.".
Extensie Screenshots
Download het CRX-bestand van de extensie Streamities - Realtime Sub Count for YouTube
Download Streamities - Realtime Sub Count for YouTube-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | amgkcconhgodlphkhnoppnmepbgeeige |
Officiële URL | https://chromewebstore.google.com/detail/streamities-realtime-sub/amgkcconhgodlphkhnoppnmepbgeeige |
Beschrijving | Show your current realtime subscriber count live in the YouTube Creator Studio. |
Bestandsgrootte | 121 KB |
Aantal Installaties | 908 |
Huidige Versie | 1.7 |
Laatst Bijgewerkt | 2020-05-10 |
Publicatiedatum | 2020-05-09 |
Beoordeling | 3.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | https://streamities.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://streamities.com/ |
Help Pagina-URL | https://streamities.com/faq |
URL van de Privacybeleid Pagina | https://streamities.com/privacy-policy |
Ondersteunde Talen | 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 } |