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 |
公式URL | 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" ] } ] } |