YouTube Cleaner

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

YouTube Cleanerคืออะไร?

YouTube Cleaner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Florian Wetschoreck และคุณลักษณะหลักของมันคือ "Do you sometimes find yourself lost in watching the next recommended video? YouTube Cleaner helps you save your time (and…"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Cleaner

ดาวน์โหลดไฟล์ส่วนขยาย YouTube Cleaner ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ YouTube Cleaner YouTube Cleaner
ID ffgcabejbifjfcnlnbmjljfghiljehnc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/youtube-cleaner/ffgcabejbifjfcnlnbmjljfghiljehnc
คำอธิบาย Do you sometimes find yourself lost in watching the next recommended video? YouTube Cleaner helps you save your time (and…
ขนาดไฟล์ 9.67 KB
จำนวนการติดตั้ง 142
เวอร์ชันปัจจุบัน 0.0.0.1
อัปเดตครั้งล่าสุด 2016-04-16
วันที่เผยแพร่ 2016-04-16
คะแนน 4.75/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Florian Wetschoreck
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    ]
}