YouTube View Stats

Enable percentage likes/votes of youtube videos.

Vad är YouTube View Stats?

YouTube View Stats är en Chrome-tillägg utvecklad av system.unplugged, och dess huvudfunktion är "Enable percentage likes/votes of youtube videos.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner YouTube View Stats-förlängningens CRX-fil

Ladda ner YouTube View Stats-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

                                            

Grundläggande Information om Tillägg

Namn YouTube View Stats YouTube View Stats
ID fpgiidekjpkheojggfjnilekmgklfdkb
Officiell webbadress https://chrome.google.com/webstore/detail/youtube-view-stats/fpgiidekjpkheojggfjnilekmgklfdkb
Beskrivning Enable percentage likes/votes of youtube videos.
Filstorlek 48.02 KB
Antal Installationer 598
Aktuell Version 0.0.1
Senast Uppdaterad 2017-04-07
Publiceringsdatum 2017-04-07
Betyg 1.00/5 Totalt 2 Betyg
Utvecklare system.unplugged
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube View Stats",
    "version": "0.0.1",
    "description": "Enable percentage likes\/votes of youtube videos.",
    "icons": {
        "16": "icon16.png",
        "48": "icon16.png",
        "128": "icon16.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ]
}