How Do You Delete The Like Button [Youtube]

This extension allows the user to remove the like button from Youtube videos.

How Do You Delete The Like Button [Youtube]とは何ですか?

How Do You Delete The Like Button [Youtube]はx.hiei.jaganshi.xによって開発されたChromeの拡張機能で、その主な機能は「This extension allows the user to remove the like button from Youtube videos.」です。

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

screenshot

How Do You Delete The Like Button [Youtube]拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        How do you delete the like button? Now its possible. Click the extension icon to remove the like button from youtube videos, so you don't "accidentally" click on it. Automatically removes "Thumbs Up" from Logan Paul videos.                    

拡張機能の基本情報

名前 How Do You Delete The Like Button [Youtube] How Do You Delete The Like Button [Youtube]
ID eolomlinhghnnjmbopefbpodbgpbggpb
公式URL https://chrome.google.com/webstore/detail/how-do-you-delete-the-lik/eolomlinhghnnjmbopefbpodbgpbggpb
説明 This extension allows the user to remove the like button from Youtube videos.
ファイルサイズ 7.02 KB
インストール数 18
現在のバージョン 1.1
最終更新日 2018-03-19
公開日 2018-03-19
評価 5.00/5 合計 1 レビュー
開発者 x.hiei.jaganshi.x
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "How Do You Delete The Like Button [Youtube]",
    "description": "This extension allows the user to remove the like button from Youtube videos.",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'"
}