YouTube My Timestamp

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

YouTube My Timestamp क्या है?

YouTube My Timestamp https://mo2nabe.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "You can add memo only you can see to YouTube, including timestamps."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में YouTube My Timestamp एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम YouTube My Timestamp YouTube My Timestamp
ID eidciofckigmjkcoahjomfiopbknimik
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-my-timestamp/eidciofckigmjkcoahjomfiopbknimik
विवरण You can add memo only you can see to YouTube, including timestamps.
फ़ाइल का आकार 11.19 KB
स्थापना संख्या 29
वर्तमान संस्करण 0.2.0
अंतिम अपडेट 2020-09-19
प्रकाशन तिथि 2020-09-16
रेटिंग 2.00/5 कुल 1 रेटिंग्स
डेवलपर https://mo2nabe.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}