YouTube My Timestamp

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

Co to jest YouTube My Timestamp?

YouTube My Timestamp to rozszerzenie Chrome opracowane przez https://mo2nabe.com, a jego główną funkcją jest „You can add memo only you can see to YouTube, including timestamps.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia YouTube My Timestamp

Pobierz pliki rozszerzeń YouTube My Timestamp w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa YouTube My Timestamp YouTube My Timestamp
ID eidciofckigmjkcoahjomfiopbknimik
Oficjalny URL https://chromewebstore.google.com/detail/youtube-my-timestamp/eidciofckigmjkcoahjomfiopbknimik
Opis You can add memo only you can see to YouTube, including timestamps.
Rozmiar pliku 11.19 KB
Liczba instalacji 29
Aktualna Wersja 0.2.0
Ostatnia Aktualizacja 2020-09-19
Data Publikacji 2020-09-16
Ocena 2.00/5 Łącznie 1 Oceny
Deweloper https://mo2nabe.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}