YouTube Expose

Spot fake views on YouTube videos.

YouTube Expose क्या है?

YouTube Expose https://www.gratify.chat द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Spot fake views on YouTube videos."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में YouTube Expose एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}