Productive Youtube

Remove recommendations page, filter useless channels and speed up videos past 2x. Youtube at times can be very distracting with a…

什麼是Productive Youtube?

Productive Youtube是由daniel.ziorli開發的Chrome擴展程式,該擴展的主要功能是“Remove recommendations page, filter useless channels and speed up videos past 2x. Youtube at times can be very distracting with a…”。

擴展截圖

screenshot

下載Productive Youtube擴展crx文件

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

擴展使用說明

                        Remove recommendations page, filter useless channels and speed up videos past 2x. Youtube at times can be very distracting with a recommendations page optimized for watch time who can blame you. By removing it you can use youtube as a search engine instead of a mindless social media platform. Filter the channels you deem productive and increase the speed past 2x to take in information faster. Productive Youtube is designed to remove distraction and let you become the best you.                    

擴展基本資訊

名稱 Productive Youtube Productive Youtube
ID iigjefiodblcogecpmdmpgboghepjcca
官方網址 https://chromewebstore.google.com/detail/productive-youtube/iigjefiodblcogecpmdmpgboghepjcca
簡介 Remove recommendations page, filter useless channels and speed up videos past 2x. Youtube at times can be very distracting with a…
檔案大小 12.19 KB
安裝次數 116
目前版本 0.5.1
更新時間 2019-04-19
上架時間 2019-04-18
評分 5.00/5 共 2 次評分
開發者 daniel.ziorli
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Productive Youtube",
    "version": "0.5.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/www.youtube.ca\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "extension_icon.png"
    },
    "web_accessible_resources": [
        "redirect.html",
        "popup.html"
    ]
}