YT End Cards Hider

YT End Cards Hider

YT End Cards Hiderとは何ですか?

YT End Cards HiderはAyudh Kumar Guptaによって開発されたChromeの拡張機能で、その主な機能は「YT End Cards Hider」です。

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

screenshot
screenshot
screenshot

YT End Cards Hider拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Hide annoying End Cards from YouTube videos. Remove suggested videos that show up as thumbnails at the end of a YouTube video with this simple extension.                    

拡張機能の基本情報

名前 YT End Cards Hider YT End Cards Hider
ID jokabnhdpdjkpncammcloeagdnnooima
公式URL https://chromewebstore.google.com/detail/yt-end-cards-hider/jokabnhdpdjkpncammcloeagdnnooima
説明 YT End Cards Hider
ファイルサイズ 12.68 KB
インストール数 1,100
現在のバージョン 1.0
最終更新日 2020-05-07
公開日 2020-05-07
評価 4.73/5 合計 15 レビュー
開発者 Ayudh Kumar Gupta
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YT End Cards Hider",
    "version": "1.0",
    "description": "YT End Cards Hider",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}