Buffstream Extension

Removes everything but the video from buffstream streams.

Co to jest Buffstream Extension?

Buffstream Extension to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Removes everything but the video from buffstream streams.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Buffstream Extension

Pobierz pliki rozszerzeń Buffstream Extension 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

                        An extension that deletes all scripts and elements on buffstreams except for the video itself. Extension also makes the video take up the entire screen space.                    

Podstawowe informacje o rozszerzeniu

Nazwa Buffstream Extension Buffstream Extension
ID jhnaofcglckhekblhccjhhnipnbaamdb
Oficjalny URL https://chromewebstore.google.com/detail/buffstream-extension/jhnaofcglckhekblhccjhhnipnbaamdb
Opis Removes everything but the video from buffstream streams.
Rozmiar pliku 28.21 KB
Liczba instalacji 143
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2019-09-22
Data Publikacji 2019-09-22
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Buffstream Extension",
    "version": "1.1",
    "description": "Removes everything but the video from buffstream streams.",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/buffstreamz.com\/*",
                "http:\/\/bfst.to\/*",
                "http:\/\/buffstream.to\/*"
            ],
            "js": [
                ".\/index.js"
            ]
        }
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    }
}