YouTube Ad Controller

Fast forward and rewind YouTube ads using your arrow keys!

Co to jest YouTube Ad Controller?

YouTube Ad Controller to rozszerzenie Chrome opracowane przez Briann, a jego główną funkcją jest „Fast forward and rewind YouTube ads using your arrow keys!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia YouTube Ad Controller

Pobierz pliki rozszerzeń YouTube Ad Controller 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

                        Have you ever wanted to re-watch an ad, or skip it? YouTube Ad Controller lets you fast forward and rewind YouTube video ads with your arrow keys, just like on any video!                    

Podstawowe informacje o rozszerzeniu

Nazwa YouTube Ad Controller YouTube Ad Controller
ID fmklhcikkdkambjpmmpdiaihncopfhlg
Oficjalny URL https://chromewebstore.google.com/detail/youtube-ad-controller/fmklhcikkdkambjpmmpdiaihncopfhlg
Opis Fast forward and rewind YouTube ads using your arrow keys!
Rozmiar pliku 10.76 KB
Liczba instalacji 191
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-07-19
Data Publikacji 2022-07-18
Ocena 3.00/5 Łącznie 1 Oceny
Deweloper Briann
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://extensions.brianwalczak.com
Adres URL Strony Pomocy https://www.brianwalczak.com
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Ad Controller",
    "description": "Fast forward and rewind YouTube ads using your arrow keys!",
    "version": "1.0",
    "author": "ComplexxBrian",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "keyPress.js"
            ]
        }
    ],
    "icons": {
        "128": "icon-128.png",
        "16": "icon-small.png",
        "48": "icon-48.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Ad Controller",
        "default_icon": "icon-small.png"
    }
}