The Unofficial Social Blade Extension
Track your YouTube stats without leaving your current page.
什麼是The Unofficial Social Blade Extension?
The Unofficial Social Blade Extension是由http://verifiedjoseph.com開發的Chrome擴展程式,該擴展的主要功能是“Track your YouTube stats without leaving your current page.”。
擴展截圖
下載The Unofficial Social Blade Extension擴展crx文件
下載The Unofficial Social Blade Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
With the unofficial Social Blade extension you can track your YouTube channel stats without leaving your current page. The source code for this project can be found on Github: https://github.com/VerifiedJoseph/the-unofficial-social-blade-extension. This is a unofficial extension and is not sponsored, owned, or endorsed by Social Blade. For the official Social Blade extension see: https://chrome.google.com/webstore/detail/social-blade/cfidkbgamfhdgmedldkagjopnbobdmdn
擴展基本資訊
名稱 | |
ID | dmjgiaijdmgheegfinhgplldehidfbcm |
官方網址 | https://chrome.google.com/webstore/detail/the-unofficial-social-bla/dmjgiaijdmgheegfinhgplldehidfbcm |
簡介 | Track your YouTube stats without leaving your current page. |
檔案大小 | 15.42 KB |
安裝次數 | 3,000 |
目前版本 | 2.2.2 |
更新時間 | 2018-07-25 |
上架時間 | 2018-07-25 |
評分 | 3.60/5 共 15 次評分 |
開發者 | http://verifiedjoseph.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://verifiedjoseph.com/projects/unofficial-social-blade-extension |
隱私政策頁面URL | https://verifiedjoseph.com/extension-privacy-policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The Unofficial Social Blade Extension", "description": "Track your YouTube stats without leaving your current page.", "author": "VerifiedJoseph", "version": "2.2.2", "version_name": "2.2.2 (Released 25\/07\/17)", "manifest_version": 2, "icons": { "16": "images\/icons\/16.png", "19": "images\/icons\/19.png", "32": "images\/icons\/32.png", "48": "images\/icons\/48.png", "64": "images\/icons\/64.png", "96": "images\/icons\/96.png", "128": "images\/icons\/128.png" }, "permissions": [ "storage" ], "browser_action": { "default_icon": { "16": "images\/icons\/16.png", "19": "images\/icons\/19.png", "32": "images\/icons\/32.png", "64": "images\/icons\/64.png" }, "default_popup": "html\/popup.html", "default_title": "The Unofficial Social Blade Extension" }, "options_ui": { "page": "html\/options.html", "open_in_tab": true, "chrome_style": false } } |