Hide video duration

Hide video duration on video services to avoid spoilers

ما هو Hide video duration؟

Hide video duration هو إضافة Chrome تم تطويرها بواسطة https://sokolov.cc، والميزة الرئيسية لها هي "Hide video duration on video services to avoid spoilers".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Hide video duration

قم بتنزيل ملفات الامتداد Hide video duration بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Hide the duration of YouTube videos to prevent spoiling the ending. In particular, a Let’s Play video of a rogue-like coming to an end suggests the player will make a crucial mistake soon.

With this extension a duration can be hidden at the start of a video manually, and also all videos matching a particular title can have their durations hidden automatically.                    

معلومات أساسية عن التمديد

الاسم Hide video duration Hide video duration
ID jkgpcmmhejecphgdnihjfgmdpdkhgpke
عنوان URL الرسمي https://chromewebstore.google.com/detail/hide-video-duration/jkgpcmmhejecphgdnihjfgmdpdkhgpke
الوصف Hide video duration on video services to avoid spoilers
حجم الملف 1.78 MB
عدد التثبيتات 990
النسخة الحالية 1.0.2
آخر تحديث 2022-11-21
تاريخ النشر 2019-03-22
تقييم 4.20/5 مجموع تقييمات 15
المطور https://sokolov.cc
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/denis-sokolov/hide-video-duration
عنوان صفحة المساعدة https://github.com/denis-sokolov/hide-video-duration/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "version": "1.0.2",
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "icons": {
        "16": "src\/icons\/300.png",
        "48": "src\/icons\/300.png",
        "128": "src\/icons\/300.png"
    },
    "background": {
        "scripts": [
            "src\/page-action-rules.js",
            "src\/hide-automatically.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "src\/toolbar\/popup.html"
    },
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "optional_permissions": [
        "http:\/\/www.youtube.com\/",
        "https:\/\/www.youtube.com\/"
    ],
    "options_ui": {
        "page": "src\/options\/index.html",
        "chrome_style": true
    }
}