Speedrun.Com Hide Video

Hide the possibly undesired stream on front page of speedrun.com

Speedrun.Com Hide Videoとは何ですか?

Speedrun.Com Hide Videoはbtrim (Cr extensions)によって開発されたChromeの拡張機能で、その主な機能は「Hide the possibly undesired stream on front page of speedrun.com」です。

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

Speedrun.Com Hide Video拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Speedrun.com recently started featuring a stream on its front-page, and I don't particularly want to see this stream show up when I go to speedrun.com's front-page.

This extension simply removes the element with id 'twitch'                    

拡張機能の基本情報

名前 Speedrun.Com Hide Video Speedrun.Com Hide Video
ID nlcgfkpgonpkpmibhiadejfhillahpbi
公式URL https://chromewebstore.google.com/detail/speedruncom-hide-video/nlcgfkpgonpkpmibhiadejfhillahpbi
説明 Hide the possibly undesired stream on front page of speedrun.com
ファイルサイズ 8.46 KB
インストール数 24
現在のバージョン 0.0.0.1
最終更新日 2018-12-15
公開日 2018-12-14
評価 1.00/5 合計 1 レビュー
開発者 btrim (Cr extensions)
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Speedrun.Com Hide Video",
    "description": "Hide the possibly undesired stream on front page of speedrun.com",
    "version": "0.0.0.1",
    "permissions": [
        "https:\/\/speedrun.com\/",
        "https:\/\/www.speedrun.com\/"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.speedrun.com\/",
                "http:\/\/speedrun.com\/"
            ],
            "js": [
                "srdc_hide_video.js"
            ],
            "run_at": "document_start"
        }
    ]
}