FocusTube

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

FocusTube क्या है?

FocusTube truthfulapps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "YouTube can be great for learning...when you remove the distractions. Take back your free will and install FocusTube."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FocusTube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
            ]
        }
    ]
}