You No Cards

Hide youtube end cards, which are displayed at the end of youtube videos

什么是You No Cards?

You No Cards是由Aniket开发的Chrome扩展程序,该扩展的主要功能是“Hide youtube end cards, which are displayed at the end of youtube videos”。

扩展截图

screenshot
screenshot

下载You No Cards扩展crx文件

下载You No Cards扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Hide YouTube end cards, which are displayed at the end of YouTube videos with a single click.

Youtube video end cards are custom created templates made clickable with help of Youtube annotations, but these can be really annoying at times, blocking the content of the video you are watching in the end.

Now you can easily disable these, just install this extension and click on the YouNoCards toolbar button to remove those cards.

It remembers your settings, meaning you don't have to re-enable YouNoCards on browser restart.                    

扩展基本信息

名称 You No Cards You No Cards
ID ijjegnfpommcmglgjpifikbhnlbboikl
官方URL https://chromewebstore.google.com/detail/you-no-cards/ijjegnfpommcmglgjpifikbhnlbboikl
简介 Hide youtube end cards, which are displayed at the end of youtube videos
文件大小 11.71 KB
安装次数 4,598
当前版本 1.0.0
更新时间 2018-06-17
上架时间 2018-06-17
评分 4.43/5 共28次评分
开发者 Aniket
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "You No Cards",
    "version": "1.0.0",
    "description": "Hide youtube end cards, which are displayed at the end of youtube videos",
    "background": {
        "scripts": [
            "libs\/control.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "libs\/system.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "images\/icon24.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon24.png",
            "38": "images\/icon48.png"
        },
        "default_title": "You No Cards"
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*",
        "storage"
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "themes\/simple.css",
        "libs\/system.js"
    ]
}