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
官方網址 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
電子郵箱 [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
    }
}