Focus YouTube: Remove the recommendations

This extension removes parts of YouTube that lead people down the never-ending rabbit hole of recommendations. If you've ever…

Focus YouTube: Remove the recommendations là gì?

Focus YouTube: Remove the recommendations là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "This extension removes parts of YouTube that lead people down the never-ending rabbit hole of recommendations. If you've ever…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Focus YouTube: Remove the recommendations

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

                        This extension removes parts of YouTube that lead people down the never-ending rabbit hole of recommendations. If you've ever opened YouTube with the intention of learning something new and becoming the best you, but found your self 3 hours later watching [insert viral YouTube video genre here] and feeling guilty about it, this is the extension for you. If not or you don't care, you probably shouldn't install this as this extension probably removes decades advanced AI research embedded into YouTube in a fell,.innerHTML = "", swoop.

The source code for this extension can be found: https://github.com/zkry/focus-youtube

This works well with the "Stop Autoplay" extension: https://chrome.google.com/webstore/detail/stop-autoplay-next-for-yo/bhnhbmjfaanopkalgkjoiemhekdnhanh/related?hl=tr                    

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

Tên Focus YouTube: Remove the recommendations Focus YouTube: Remove the recommendations
ID ejjfgahdiphopekkdkkkapolodefpenn
URL Chính Thức https://chromewebstore.google.com/detail/focus-youtube-remove-the/ejjfgahdiphopekkdkkkapolodefpenn
Mô tả This extension removes parts of YouTube that lead people down the never-ending rabbit hole of recommendations. If you've ever…
Kích Thước Tệp 47.67 KB
Số Lần Cài Đặt 769
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2018-08-19
Ngày Phát Hành 2018-08-19
Đánh Giá 4.91/5 Tổng số 11 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Focus YouTube: Remove the recommendations",
    "version": "0.3",
    "browser_action": {
        "default_icon": "img\/logo.png",
        "default_title": "Focus - Youtube",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/logo.png"
    },
    "permissions": [
        "*:\/\/youtube.com\/*"
    ],
    "background": {
        "scripts": [
            "thirdParty\/jquery-3.3.1.min.js",
            "src\/background.js"
        ],
        "persistent": false
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "js": [
                "src\/content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ]
        }
    ]
}