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
Eメール [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"
    ]
}