Productive YouTube

Productive YouTube: Hide videos on main page & sidebar + search focused content. Increase productivity on YouTube.

什麼是Productive YouTube?

Productive YouTube是由https://heymehedi.com開發的Chrome擴展程式,該擴展的主要功能是“Productive YouTube: Hide videos on main page & sidebar + search focused content. Increase productivity on YouTube.”。

擴展截圖

screenshot
screenshot
screenshot

下載Productive YouTube擴展crx文件

下載Productive YouTube擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Productive YouTube is a browser extension that has been developed to help you increase your productivity while using YouTube. With this extension installed, you will be able to hide all videos and sidebar on the main page of YouTube.

If you often find yourself getting distracted by irrelevant videos while visiting YouTube and struggle to focus on the content that you actually need, then this extension is perfect for you. It can help you stay on track by removing all the unnecessary content from the main page of YouTube.

In addition, Productive YouTube has a unique feature that sets it apart from other productivity extensions. This extension only searches for content that is focused, which means that without searching, you will not be able to find any content on YouTube. By focusing your searches, you can avoid distractions and save time, enabling you to be more productive throughout your day.

The extension is easy to use and can be installed in just a few clicks. Once installed, you will notice an immediate increase in your productivity while using YouTube. This extension is particularly useful for students, professionals, and anyone who wants to make the most of their time online.

By sharing this extension publicly, the developer aims to help others who struggle with distractions while using YouTube. With Productive YouTube, you can take control of your online experience and focus on the content that matters to you.                    

擴展基本資訊

名稱 Productive YouTube Productive YouTube
ID jkibehpemolddpidiheemjpbkjjohdig
官方網址 https://chromewebstore.google.com/detail/productive-youtube/jkibehpemolddpidiheemjpbkjjohdig
簡介 Productive YouTube: Hide videos on main page & sidebar + search focused content. Increase productivity on YouTube.
檔案大小 9.15 KB
安裝次數 324
目前版本 1.0
更新時間 2023-03-16
上架時間 2023-03-15
評分 5.00/5 共 5 次評分
開發者 https://heymehedi.com
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://heymehedi.com/extension-privacy-policy
支援的語言 en-US
manifest.json
{
    "manifest_version": 3,
    "name": "Productive YouTube",
    "version": "1.0",
    "description": "Productive YouTube: Hide videos on main page & sidebar + search focused content. Increase productivity on YouTube.",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "scripting",
        "webRequest"
    ],
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Productive YouTube"
    },
    "host_permissions": [
        "*:\/\/www.youtube.com\/*"
    ]
}