YouTube Expose

Spot fake views on YouTube videos.

什麼是YouTube Expose?

YouTube Expose是由https://www.gratify.chat開發的Chrome擴展程式,該擴展的主要功能是“Spot fake views on YouTube videos.”。

擴展截圖

screenshot

下載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 YouTube Expose
ID ffjfaifbooopahgkakljlahlbgoldnhh
官方網址 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"
            ]
        }
    ]
}