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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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