YouTube Cleaner

Do you sometimes find yourself lost in watching the next recommended video? YouTube Cleaner helps you save your time (and…

YouTube Cleaner là gì?

YouTube Cleaner là một tiện ích mở rộng Chrome được phát triển bởi Florian Wetschoreck, và tính năng chính của nó là "Do you sometimes find yourself lost in watching the next recommended video? YouTube Cleaner helps you save your time (and…".

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

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

                        Do you sometimes find yourself lost in watching the next recommended video?

YouTube Cleaner helps you save your time (and self-control energy) by simply removing distracting elements from YouTube.

Currently, the following elements are blocked: recommendations on the main page, on the video page, comments. As an extra - it even blocks the automatic replay of the next video.

Do you occasionally enjoy the full blow of YouTube's distractions? Just turn the extension temporarily off by the click of a button.

Do you have any improvement suggestions or requests to have other elements blocked/adjusted as well? Just write me a mail! I am looking forward to hear from you - also, if it is just a small "Thank you"                    

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

Tên YouTube Cleaner YouTube Cleaner
ID ffgcabejbifjfcnlnbmjljfghiljehnc
URL Chính Thức https://chrome.google.com/webstore/detail/youtube-cleaner/ffgcabejbifjfcnlnbmjljfghiljehnc
Mô tả Do you sometimes find yourself lost in watching the next recommended video? YouTube Cleaner helps you save your time (and…
Kích Thước Tệp 9.67 KB
Số Lần Cài Đặt 142
Phiên Bản Hiện Tại 0.0.0.1
Cập Nhật Lần Cuối 2016-04-16
Ngày Phát Hành 2016-04-16
Đánh Giá 4.75/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Florian Wetschoreck
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Cleaner",
    "version": "0.0.0.1",
    "icons": {
        "38": "youtube_cleaner.png",
        "128": "youtube_cleaner.png"
    },
    "permissions": [
        "https:\/\/www.youtube.com\/*",
        "contextMenus",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "injected_script.js"
    ]
}