YouTube Expose

Spot fake views on YouTube videos.

YouTube Exposeคืออะไร?

YouTube Expose เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.gratify.chat และคุณลักษณะหลักของมันคือ "Spot fake views on YouTube videos."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Expose

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
            ]
        }
    ]
}