YouTube My Timestamp

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

Was ist YouTube My Timestamp?

YouTube My Timestamp ist eine Chrome-Erweiterung, die von https://mo2nabe.com entwickelt wurde, und ihr Hauptmerkmal ist "You can add memo only you can see to YouTube, including timestamps.".

Erweiterungsscreenshots

screenshot
screenshot

YouTube My Timestamp-Erweiterungs-CRX-Datei herunterladen

Laden Sie YouTube My Timestamp-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name YouTube My Timestamp YouTube My Timestamp
ID eidciofckigmjkcoahjomfiopbknimik
Offizielle URL https://chromewebstore.google.com/detail/youtube-my-timestamp/eidciofckigmjkcoahjomfiopbknimik
Beschreibung You can add memo only you can see to YouTube, including timestamps.
Dateigröße 11.19 KB
Installationsanzahl 29
Aktuelle Version 0.2.0
Letztes Update 2020-09-19
Veröffentlichungsdatum 2020-09-16
Bewertung 2.00/5 Insgesamt 1 Bewertungen
Entwickler https://mo2nabe.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}