Focus Only Youtube

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

Hvad er Focus Only Youtube?

Focus Only Youtube er en Chrome-udvidelse udviklet af yeungtsunw, og dens hovedfunktion er "Tired of wasting hours on YouTube? Now download this to prevent videos from auto-playing, remove YouTube’s recommended videos, and…".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Focus Only Youtube-udvidelses-CRX-fil

Download Focus Only Youtube-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Focus Only Youtube Focus Only Youtube
ID dmijcnhkoikmggpghahdjdhiahkkneki
Officiel URL https://chrome.google.com/webstore/detail/focus-only-youtube/dmijcnhkoikmggpghahdjdhiahkkneki
Beskrivelse Tired of wasting hours on YouTube? Now download this to prevent videos from auto-playing, remove YouTube’s recommended videos, and…
Filstørrelse 88.09 KB
Antal Installationer 512
Nuværende Version 0.1
Senest Opdateret 2017-09-14
Udgivelsesdato 2017-09-14
Bedømmelse 3.00/5 Samlet 3 Bedømmelser
Udvikler yeungtsunw
Betalingsmetode free
Understøttede Sprog 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"
    ]
}