Hide video duration

Hide video duration on video services to avoid spoilers

Hide video duration là gì?

Hide video duration là một tiện ích mở rộng Chrome được phát triển bởi https://sokolov.cc, và tính năng chính của nó là "Hide video duration on video services to avoid spoilers".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hide video duration

Tải xuống các tệp mở rộng Hide video duration dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hide video duration Hide video duration
ID jkgpcmmhejecphgdnihjfgmdpdkhgpke
URL Chính Thức https://chromewebstore.google.com/detail/hide-video-duration/jkgpcmmhejecphgdnihjfgmdpdkhgpke
Mô tả Hide video duration on video services to avoid spoilers
Kích Thước Tệp 1.78 MB
Số Lần Cài Đặt 990
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2022-11-21
Ngày Phát Hành 2019-03-22
Đánh Giá 4.20/5 Tổng số 15 Đánh Giá
Nhà Phát Triển https://sokolov.cc
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/denis-sokolov/hide-video-duration
URL Trang Trợ Giúp https://github.com/denis-sokolov/hide-video-duration/issues
Ngôn Ngữ Được Hỗ Trợ 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
    }
}