YouTube My Timestamp

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

Apa itu YouTube My Timestamp?

YouTube My Timestamp adalah ekstensi Chrome yang dikembangkan oleh https://mo2nabe.com, dan fitur utamanya adalah "You can add memo only you can see to YouTube, including timestamps.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi YouTube My Timestamp

Unduh file ekstensi YouTube My Timestamp dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama YouTube My Timestamp YouTube My Timestamp
ID eidciofckigmjkcoahjomfiopbknimik
URL Resmi https://chromewebstore.google.com/detail/youtube-my-timestamp/eidciofckigmjkcoahjomfiopbknimik
Deskripsi You can add memo only you can see to YouTube, including timestamps.
Ukuran File 11.19 KB
Jumlah Instalasi 29
Versi Saat Ini 0.2.0
Terakhir Diperbarui 2020-09-19
Tanggal Publikasi 2020-09-16
Penilaian 2.00/5 Total 1 Penilaian
Pengembang https://mo2nabe.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}