Remove Youtube Annotations

Removes annotations from YouTube

Remove Youtube Annotations là gì?

Remove Youtube Annotations là một tiện ích mở rộng Chrome được phát triển bởi joelakuhn, và tính năng chính của nó là "Removes annotations from YouTube".

Tải xuống tệp CRX của tiện ích mở rộng Remove Youtube Annotations

Tải xuống các tệp mở rộng Remove Youtube Annotations 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

                        Removes annotations from YouTube videos.                    

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

Tên Remove Youtube Annotations Remove Youtube Annotations
ID mpnljnkkbeeckfphjlnjjgahfpmgcbib
URL Chính Thức https://chrome.google.com/webstore/detail/remove-youtube-annotation/mpnljnkkbeeckfphjlnjjgahfpmgcbib
Mô tả Removes annotations from YouTube
Kích Thước Tệp 8.66 KB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2017-02-13
Ngày Phát Hành 2017-02-13
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển joelakuhn
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": "Remove Youtube Annotations",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Removes annotations from YouTube",
    "homepage_url": "https:\/\/github.com\/joelakuhn\/remove-youtube-annotations",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}