YouTube My Timestamp

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

ما هو YouTube My Timestamp؟

YouTube My Timestamp هو إضافة Chrome تم تطويرها بواسطة https://mo2nabe.com، والميزة الرئيسية لها هي "You can add memo only you can see to YouTube, including timestamps.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة YouTube My Timestamp

قم بتنزيل ملفات الامتداد YouTube My Timestamp بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    }
}