YouTube My Timestamp

You can add memo only you can see to YouTube, including timestamps.

Hvad er YouTube My Timestamp?

YouTube My Timestamp er en Chrome-udvidelse udviklet af https://mo2nabe.com, og dens hovedfunktion er "You can add memo only you can see to YouTube, including timestamps.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download YouTube My Timestamp-udvidelses-CRX-fil

Download YouTube My Timestamp-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This extension make small note only you can see to every YouTube movie page. You can write something you like to the note. When you write a timestamp (ex.12:34), it become a link which jump to the time.                    

Grundlæggende oplysninger om udvidelsen

Navn YouTube My Timestamp YouTube My Timestamp
ID eidciofckigmjkcoahjomfiopbknimik
Officiel URL https://chromewebstore.google.com/detail/youtube-my-timestamp/eidciofckigmjkcoahjomfiopbknimik
Beskrivelse You can add memo only you can see to YouTube, including timestamps.
Filstørrelse 11.19 KB
Antal Installationer 29
Nuværende Version 0.2.0
Senest Opdateret 2020-09-19
Udgivelsesdato 2020-09-16
Bedømmelse 2.00/5 Samlet 1 Bedømmelser
Udvikler https://mo2nabe.com
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube My Timestamp",
    "short_name": "YTmt",
    "version": "0.2.0",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "declarativeContent"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": {
            "19": "icon19.png"
        },
        "default_title": "write your memo",
        "default_popup": "popup.html"
    }
}