Focus Only Youtube

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

Co to jest Focus Only Youtube?

Focus Only Youtube to rozszerzenie Chrome opracowane przez yeungtsunw, a jego główną funkcją jest „Tired of wasting hours on YouTube? Now download this to prevent videos from auto-playing, remove YouTube’s recommended videos, and…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Focus Only Youtube

Pobierz pliki rozszerzeń Focus Only Youtube w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Focus Only Youtube Focus Only Youtube
ID dmijcnhkoikmggpghahdjdhiahkkneki
Oficjalny URL https://chrome.google.com/webstore/detail/focus-only-youtube/dmijcnhkoikmggpghahdjdhiahkkneki
Opis Tired of wasting hours on YouTube? Now download this to prevent videos from auto-playing, remove YouTube’s recommended videos, and…
Rozmiar pliku 88.09 KB
Liczba instalacji 512
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2017-09-14
Data Publikacji 2017-09-14
Ocena 3.00/5 Łącznie 3 Oceny
Deweloper yeungtsunw
Typ Płatności free
Obsługiwane Języki 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"
    ]
}