Delta for YouTube

Show a time difference in the YouTube progress bar.

Vad är Delta for YouTube?

Delta for YouTube är en Chrome-tillägg utvecklad av nickells, och dess huvudfunktion är "Show a time difference in the YouTube progress bar.".

Tilläggsskärmbilder

screenshot

Ladda ner Delta for YouTube-förlängningens CRX-fil

Ladda ner Delta for YouTube-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

                        Adds a time difference (example: +0:30) for the time under a cursor in YouTube so you can jump around with confidence.                    

Grundläggande Information om Tillägg

Namn Delta for YouTube Delta for YouTube
ID ofbfdabicijcdjoeemcgabeeapciibbf
Officiell webbadress https://chromewebstore.google.com/detail/delta-for-youtube/ofbfdabicijcdjoeemcgabeeapciibbf
Beskrivning Show a time difference in the YouTube progress bar.
Filstorlek 678 KB
Antal Installationer 1,373
Aktuell Version 1.5
Senast Uppdaterad 2016-11-20
Publiceringsdatum 2016-11-20
Betyg 4.86/5 Totalt 7 Betyg
Utvecklare nickells
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Delta for YouTube",
    "short_name": "Delta",
    "description": "Show a time difference in the YouTube progress bar.",
    "version": "1.5",
    "icons": {
        "16": "icons\/delta-16.png",
        "48": "icons\/delta-48.png",
        "128": "icons\/delta-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "delta.css"
            ],
            "js": [
                "node_modules\/moment\/min\/moment.min.js",
                "delta.js"
            ]
        }
    ]
}