Focus Only Youtube

Tired of wasting hours on YouTube? Now download this to prevent videos from auto-playing, remove YouTube’s recommended videos, and…

Wat is Focus Only Youtube?

Focus Only Youtube is een Chrome-extensie ontwikkeld door yeungtsunw, en de belangrijkste functie is "Tired of wasting hours on YouTube? Now download this to prevent videos from auto-playing, remove YouTube’s recommended videos, and…".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Focus Only Youtube

Download Focus Only Youtube-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Tired of wasting hours on YouTube? Now download this to prevent videos from auto-playing, remove YouTube’s recommended videos, and reroute you to “focus music” after reaching daily video limit                    

Basisinformatie over de Extensie

Naam Focus Only Youtube Focus Only Youtube
ID dmijcnhkoikmggpghahdjdhiahkkneki
Officiële URL https://chrome.google.com/webstore/detail/focus-only-youtube/dmijcnhkoikmggpghahdjdhiahkkneki
Beschrijving Tired of wasting hours on YouTube? Now download this to prevent videos from auto-playing, remove YouTube’s recommended videos, and…
Bestandsgrootte 88.09 KB
Aantal Installaties 512
Huidige Versie 0.1
Laatst Bijgewerkt 2017-09-14
Publicatiedatum 2017-09-14
Beoordeling 3.00/5 Totaal 3 Beoordelingen
Ontwikkelaar yeungtsunw
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Focus Only Youtube",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery-3.2.1.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabCapture",
        "tabs",
        "storage",
        "desktopCapture",
        "webNavigation",
        "activeTab"
    ]
}