YouTube My Timestamp

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

Qu'est-ce que YouTube My Timestamp ?

YouTube My Timestamp est une extension Chrome développée par https://mo2nabe.com, et sa fonction principale est "You can add memo only you can see to YouTube, including timestamps.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension YouTube My Timestamp

Téléchargez les fichiers d'extension YouTube My Timestamp au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom YouTube My Timestamp YouTube My Timestamp
ID eidciofckigmjkcoahjomfiopbknimik
URL Officiel https://chromewebstore.google.com/detail/youtube-my-timestamp/eidciofckigmjkcoahjomfiopbknimik
Description You can add memo only you can see to YouTube, including timestamps.
Taille du Fichier 11.19 KB
Nombre d'Installations 29
Version Actuelle 0.2.0
Dernière Mise à Jour 2020-09-19
Date de Publication 2020-09-16
Évaluation 2.00/5 Total 1 Évaluations
Développeur https://mo2nabe.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}