Youtube View Count
Records personal view count for YouTube videos and displays it alongside aggregate view count per video.
什麼是Youtube View Count?
Youtube View Count是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Records personal view count for YouTube videos and displays it alongside aggregate view count per video.”。
下載Youtube View Count擴展crx文件
下載Youtube View Count擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Records personal view count for YouTube videos and displays it alongside aggregate view count per video.
擴展基本資訊
名稱 | Youtube View Count |
ID | bjlmlgdemeigjojbpmlndcdbddfijckd |
官方網址 | https://chromewebstore.google.com/detail/youtube-view-count/bjlmlgdemeigjojbpmlndcdbddfijckd |
簡介 | Records personal view count for YouTube videos and displays it alongside aggregate view count per video. |
檔案大小 | 3.63 KB |
安裝次數 | 118 |
目前版本 | 0.1 |
更新時間 | 2017-07-23 |
上架時間 | 2017-07-23 |
評分 | 3.00/5 共 3 次評分 |
開發者 | Unknown |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube View Count", "version": "0.1", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "content.js" ] } ] } |