Remove Youtube Annotations

Removes annotations from YouTube

Remove Youtube Annotationsとは何ですか?

Remove Youtube Annotationsはjoelakuhnによって開発されたChromeの拡張機能で、その主な機能は「Removes annotations from YouTube」です。

Remove Youtube Annotations拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Removes annotations from YouTube videos.                    

拡張機能の基本情報

名前 Remove Youtube Annotations Remove Youtube Annotations
ID mpnljnkkbeeckfphjlnjjgahfpmgcbib
公式URL https://chrome.google.com/webstore/detail/remove-youtube-annotation/mpnljnkkbeeckfphjlnjjgahfpmgcbib
説明 Removes annotations from YouTube
ファイルサイズ 8.66 KB
インストール数 22
現在のバージョン 1.0.0
最終更新日 2017-02-13
公開日 2017-02-13
評価 5.00/5 合計 1 レビュー
開発者 joelakuhn
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remove Youtube Annotations",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Removes annotations from YouTube",
    "homepage_url": "https:\/\/github.com\/joelakuhn\/remove-youtube-annotations",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}