Disable YouTube Share Box

Prevents the annoying share, embed, and email box under YouTube videos from popping down

Disable YouTube Share Box là gì?

Disable YouTube Share Box là một tiện ích mở rộng Chrome được phát triển bởi Justin Hendryx, và tính năng chính của nó là "Prevents the annoying share, embed, and email box under YouTube videos from popping down".

Tải xuống tệp CRX của tiện ích mở rộng Disable YouTube Share Box

Tải xuống các tệp mở rộng Disable YouTube Share Box dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Disable YouTube Share Box Disable YouTube Share Box
ID ihganmkmfefmfgfcebnadcbalknnnmij
URL Chính Thức https://chromewebstore.google.com/detail/disable-youtube-share-box/ihganmkmfefmfgfcebnadcbalknnnmij
Mô tả Prevents the annoying share, embed, and email box under YouTube videos from popping down
Kích Thước Tệp 18.67 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2016-02-22
Ngày Phát Hành 2016-02-21
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Justin Hendryx
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disable YouTube Share Box",
    "version": "0.1",
    "description": "Prevents the annoying share, embed, and email box under YouTube videos from popping down",
    "author": "Justin Hendryx",
    "permissions": [
        "contentSettings",
        "tabs"
    ],
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "64": "64.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/youtube.com\/*"
            ],
            "css": [
                "fixsocial.css"
            ]
        }
    ],
    "manifest_version": 2
}