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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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"
            ]
        }
    ]
}