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.”。
擴展截圖
下載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
擴展基本資訊
名稱 | |
ID | amgkcconhgodlphkhnoppnmepbgeeige |
官方網址 | 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 |
電子郵箱 | [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 } |