YouTube Distraction Remover

Remove the feed and sidebar on YouTube to free up your time

YouTube Distraction Removerとは何ですか?

YouTube Distraction RemoverはWill Sによって開発されたChromeの拡張機能で、その主な機能は「Remove the feed and sidebar on YouTube to free up your time」です。

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

screenshot
screenshot

YouTube Distraction Remover拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 YouTube Distraction Remover YouTube Distraction Remover
ID neabcchaoiabjmjmnaljajpjoinhpkln
公式URL https://chromewebstore.google.com/detail/youtube-distraction-remov/neabcchaoiabjmjmnaljajpjoinhpkln
説明 Remove the feed and sidebar on YouTube to free up your time
ファイルサイズ 44.21 KB
インストール数 706
現在のバージョン 0.2
最終更新日 2016-10-14
公開日 2016-10-14
評価 3.00/5 合計 2 レビュー
開発者 Will S
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Distraction Remover",
    "description": "Remove the feed and sidebar on YouTube to free up your time",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "http:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "jquery-3.1.0.min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        }
    }
}