Noplay

Video autoplay blocked for good

Co to jest Noplay?

Noplay to rozszerzenie Chrome opracowane przez dcamilleri, a jego główną funkcją jest „Video autoplay blocked for good”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Noplay

Pobierz pliki rozszerzeń Noplay 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 videos playing automatically on your favorite websites ? 
Noplay is made for you. Just install this extension and say goodbye to auto playing HTML5 videos! 

NB about Facebook & Twitter:
As of today, this extension won't work for these particular websites. The reason is simple: it is already possible to disable video autoload in the settings.

Found a bug, want to ask a question ? Open an issue on the Github page
https://github.com/dcamilleri/noplay                    

Podstawowe informacje o rozszerzeniu

Nazwa Noplay Noplay
ID pcopajakflaeckhkfhalneeeicbgnmcp
Oficjalny URL https://chromewebstore.google.com/detail/noplay/pcopajakflaeckhkfhalneeeicbgnmcp
Opis Video autoplay blocked for good
Rozmiar pliku 345 KB
Liczba instalacji 295
Aktualna Wersja 0.0.3
Ostatnia Aktualizacja 2017-04-16
Data Publikacji 2017-04-16
Ocena 3.00/5 Łącznie 6 Oceny
Deweloper dcamilleri
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/dcamilleri/noplay
Adres URL Strony Pomocy https://github.com/dcamilleri/noplay
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.0.3",
    "minimum_chrome_version": "22.0",
    "name": "Noplay",
    "short_name": "Noplay",
    "description": "Video autoplay blocked for good",
    "author": "Dorian Camilleri",
    "homepage_url": "https:\/\/github.com\/dcamilleri\/noplay",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "noplay.js"
            ]
        }
    ]
}