YouTube View Stats
Enable percentage likes/votes of youtube videos.
YouTube View Statsとは何ですか?
YouTube View Statsはsystem.unpluggedによって開発されたChromeの拡張機能で、その主な機能は「Enable percentage likes/votes of youtube videos.」です。
拡張機能のスクリーンショット
YouTube View Stats拡張機能のCRXファイルをダウンロード
YouTube View Stats拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | fpgiidekjpkheojggfjnilekmgklfdkb |
公式URL | https://chrome.google.com/webstore/detail/youtube-view-stats/fpgiidekjpkheojggfjnilekmgklfdkb |
説明 | Enable percentage likes/votes of youtube videos. |
ファイルサイズ | 48.02 KB |
インストール数 | 598 |
現在のバージョン | 0.0.1 |
最終更新日 | 2017-04-07 |
公開日 | 2017-04-07 |
評価 | 1.00/5 合計 2 レビュー |
開発者 | system.unplugged |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube View Stats", "version": "0.0.1", "description": "Enable percentage likes\/votes of youtube videos.", "icons": { "16": "icon16.png", "48": "icon16.png", "128": "icon16.png" }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "jquery.js", "content.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ], "run_at": "document_end" } ] } |