9gag Volume control

This plugin adds volume control to video files on 9gag.

Co to jest 9gag Volume control?

9gag Volume control to rozszerzenie Chrome opracowane przez DEHbKA, a jego główną funkcją jest „This plugin adds volume control to video files on 9gag.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia 9gag Volume control

Pobierz pliki rozszerzeń 9gag Volume control 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

                        This plugin adds volume/sound control to video files on 9gag.                    

Podstawowe informacje o rozszerzeniu

Nazwa 9gag Volume control 9gag Volume control
ID eibnpeegkdkfcoaakejdjcimjjncefln
Oficjalny URL https://chromewebstore.google.com/detail/9gag-volume-control/eibnpeegkdkfcoaakejdjcimjjncefln
Opis This plugin adds volume control to video files on 9gag.
Rozmiar pliku 13.36 KB
Liczba instalacji 759
Aktualna Wersja 0.3
Ostatnia Aktualizacja 2020-04-02
Data Publikacji 2020-04-02
Ocena 5.00/5 Łącznie 9 Oceny
Deweloper DEHbKA
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy http://dehbka.biz.ua
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "9gag Volume control",
    "version": "0.3",
    "description": "This plugin adds volume control to video files on 9gag.",
    "author": "[email protected]",
    "icons": {
        "16": "\/icons\/16.png",
        "48": "\/icons\/48.png",
        "128": "\/icons\/128.png"
    },
    "browser_action": {
        "default_icon": "\/icons\/128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/9gag.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ]
}