Hide video duration

Hide video duration on video services to avoid spoilers

Hide video durationとは何ですか?

Hide video durationはhttps://sokolov.ccによって開発されたChromeの拡張機能で、その主な機能は「Hide video duration on video services to avoid spoilers」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Hide video duration拡張機能のCRXファイルをダウンロード

Hide video duration拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/denis-sokolov/hide-video-duration
ヘルプページのURL 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
    }
}