Disable Ynet video auto play

Disable Ynet video play when reading an article

Co to jest Disable Ynet video auto play?

Disable Ynet video auto play to rozszerzenie Chrome opracowane przez ronilitman, a jego główną funkcją jest „Disable Ynet video play when reading an article”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Disable Ynet video auto play

Pobierz pliki rozszerzeń Disable Ynet video auto play 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

                        You are entering Ynet and you see some interesting articles, you think to yourself - let's read some more!
You click on the article and BOOM! A noisy and annoying article video is starting to play. You are surprised and terrified, your whole family wakes up and complains that the volume is too high.

No more. With this extension Ynet won't start to play a video article again. Enjoy!                    

Podstawowe informacje o rozszerzeniu

Nazwa Disable Ynet video auto play Disable Ynet video auto play
ID mnkmdndkebodhogighjpkmpndalbpjho
Oficjalny URL https://chromewebstore.google.com/detail/disable-ynet-video-auto-p/mnkmdndkebodhogighjpkmpndalbpjho
Opis Disable Ynet video play when reading an article
Rozmiar pliku 100 KB
Liczba instalacji 131
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-08-10
Data Publikacji 2021-08-09
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper ronilitman
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disable Ynet video auto play",
    "description": "Disable Ynet video play when reading an article",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "webNavigation"
    ],
    "host_permissions": [
        "https:\/\/ynet.co.il\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    }
}