YouTube My Timestamp

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

Vad är YouTube My Timestamp?

YouTube My Timestamp är en Chrome-tillägg utvecklad av https://mo2nabe.com, och dess huvudfunktion är "You can add memo only you can see to YouTube, including timestamps.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner YouTube My Timestamp-förlängningens CRX-fil

Ladda ner YouTube My Timestamp-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn YouTube My Timestamp YouTube My Timestamp
ID eidciofckigmjkcoahjomfiopbknimik
Officiell webbadress https://chromewebstore.google.com/detail/youtube-my-timestamp/eidciofckigmjkcoahjomfiopbknimik
Beskrivning You can add memo only you can see to YouTube, including timestamps.
Filstorlek 11.19 KB
Antal Installationer 29
Aktuell Version 0.2.0
Senast Uppdaterad 2020-09-19
Publiceringsdatum 2020-09-16
Betyg 2.00/5 Totalt 1 Betyg
Utvecklare https://mo2nabe.com
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}