YouTube Expose

Spot fake views on YouTube videos.

Vad är YouTube Expose?

YouTube Expose är en Chrome-tillägg utvecklad av https://www.gratify.chat, och dess huvudfunktion är "Spot fake views on YouTube videos.".

Tilläggsskärmbilder

screenshot

Ladda ner YouTube Expose-förlängningens CRX-fil

Ladda ner YouTube Expose-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn YouTube Expose YouTube Expose
ID ffjfaifbooopahgkakljlahlbgoldnhh
Officiell webbadress https://chromewebstore.google.com/detail/youtube-expose/ffjfaifbooopahgkakljlahlbgoldnhh
Beskrivning Spot fake views on YouTube videos.
Filstorlek 31.57 KB
Antal Installationer 469
Aktuell Version 0.9.5
Senast Uppdaterad 2016-10-19
Publiceringsdatum 2016-10-19
Betyg 3.67/5 Totalt 3 Betyg
Utvecklare https://www.gratify.chat
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}