YouTube My Timestamp

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

Wat is YouTube My Timestamp?

YouTube My Timestamp is een Chrome-extensie ontwikkeld door https://mo2nabe.com, en de belangrijkste functie is "You can add memo only you can see to YouTube, including timestamps.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie YouTube My Timestamp

Download YouTube My Timestamp-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam YouTube My Timestamp YouTube My Timestamp
ID eidciofckigmjkcoahjomfiopbknimik
Officiële URL https://chromewebstore.google.com/detail/youtube-my-timestamp/eidciofckigmjkcoahjomfiopbknimik
Beschrijving You can add memo only you can see to YouTube, including timestamps.
Bestandsgrootte 11.19 KB
Aantal Installaties 29
Huidige Versie 0.2.0
Laatst Bijgewerkt 2020-09-19
Publicatiedatum 2020-09-16
Beoordeling 2.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://mo2nabe.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}