Focus Only Youtube

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

Was ist Focus Only Youtube?

Focus Only Youtube ist eine Chrome-Erweiterung, die von yeungtsunw entwickelt wurde, und ihr Hauptmerkmal ist "Tired of wasting hours on YouTube? Now download this to prevent videos from auto-playing, remove YouTube’s recommended videos, and…".

Erweiterungsscreenshots

screenshot
screenshot

Focus Only Youtube-Erweiterungs-CRX-Datei herunterladen

Laden Sie Focus Only Youtube-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Focus Only Youtube Focus Only Youtube
ID dmijcnhkoikmggpghahdjdhiahkkneki
Offizielle URL https://chrome.google.com/webstore/detail/focus-only-youtube/dmijcnhkoikmggpghahdjdhiahkkneki
Beschreibung Tired of wasting hours on YouTube? Now download this to prevent videos from auto-playing, remove YouTube’s recommended videos, and…
Dateigröße 88.09 KB
Installationsanzahl 512
Aktuelle Version 0.1
Letztes Update 2017-09-14
Veröffentlichungsdatum 2017-09-14
Bewertung 3.00/5 Insgesamt 3 Bewertungen
Entwickler yeungtsunw
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}