YouTube Expose
Spot fake views on YouTube videos.
YouTube Exposeとは何ですか?
YouTube Exposeはhttps://www.gratify.chatによって開発されたChromeの拡張機能で、その主な機能は「Spot fake views on YouTube videos.」です。
拡張機能のスクリーンショット
YouTube Expose拡張機能のCRXファイルをダウンロード
YouTube Expose拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension calculates the percentage of users who engaged (liked/disliked) the video and displays that ratio next to 'views' on YouTube. This data can be helpful in determining whether or not a video has fake likes/plays, because 'bought' videos tend to have different engagement ratios than genuine videos. YouTube Expose provides visibility into this metric.
拡張機能の基本情報
名前 | YouTube Expose |
ID | ffjfaifbooopahgkakljlahlbgoldnhh |
公式URL | https://chromewebstore.google.com/detail/youtube-expose/ffjfaifbooopahgkakljlahlbgoldnhh |
説明 | Spot fake views on YouTube videos. |
ファイルサイズ | 31.57 KB |
インストール数 | 469 |
現在のバージョン | 0.9.5 |
最終更新日 | 2016-10-19 |
公開日 | 2016-10-19 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | https://www.gratify.chat |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Expose", "description": "Spot fake views on YouTube videos.", "version": "0.9.5", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon16.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "index.js" ] } ] } |