FocusTube

YouTube can be great for learning...when you remove the distractions. Take back your free will and install FocusTube.

什麼是FocusTube?

FocusTube是由truthfulapps開發的Chrome擴展程式,該擴展的主要功能是“YouTube can be great for learning...when you remove the distractions. Take back your free will and install FocusTube.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載FocusTube擴展crx文件

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

擴展使用說明

                        YouTube is a powerful tool for learning, engaging, and exploring but sometimes the user experience can lead us to throw all its potential out the window. YouTube's recommendations are so accurate and effective at getting us to continuously click and view videos mindlessly that we often fall prey to news blooper reels, 13 minute Vine compilations, and anything related or similar to Buzzfeed.

FocusTube allows you to unleash the full potential of YouTube as a tool for good by removing distractions, hiding unnecessary suggestions (i.e. temptations), and simplifying the interface. Installing this extension will reenable YouTube as an educational tool and unlock your capacity to learn and do good with YouTube. Goodbye mind numbing clips of people getting hit in the groin, hello productivity.

The core features of the plugin include:
- Hide channels, videos, and most other content on YouTube's homepage
- Hide comments while watching a video
- Hide suggested videos in sidebar while watching a video
- Hide suggested videos after watching a video                    

擴展基本資訊

名稱 FocusTube FocusTube
ID cljdhmefdicljlcnkblaedkcjbfkpkmc
官方網址 https://chrome.google.com/webstore/detail/focustube/cljdhmefdicljlcnkblaedkcjbfkpkmc
簡介 YouTube can be great for learning...when you remove the distractions. Take back your free will and install FocusTube.
檔案大小 13.02 KB
安裝次數 120
目前版本 0.0.4
更新時間 2016-12-31
上架時間 2016-12-31
評分 2.63/5 共 8 次評分
開發者 truthfulapps
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FocusTube",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "YouTube can be great for learning...when you remove the distractions. Take back your free will and install FocusTube.",
    "homepage_url": "https:\/\/bradydowling.github.io\/focustube",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/youtube.com\/*",
        "https:\/\/nba.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/nba.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        }
    ]
}