Simple subscription management

Simple subscription management for you tube

Co to jest Simple subscription management?

Simple subscription management to rozszerzenie Chrome opracowane przez wolfpoland1, a jego główną funkcją jest „Simple subscription management for you tube”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Simple subscription management

Pobierz pliki rozszerzeń Simple subscription management 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

                        I created this extension because I need a fast way to find a channel that I need in that moment. Using stock youtube search is hard. This extension brings more a single page experience to save your time and let you be more productive. 

This addon is open soruce, check the source code here: https://github.com/wolfpoland/ssm

Checkout my website to contact me: https://www.pkrasuski.pl/
Any problem please report on this mail: [email protected]                    

Podstawowe informacje o rozszerzeniu

Nazwa Simple subscription management Simple subscription management
ID kbgaobbeoemfoohblgglgagdgjjnppce
Oficjalny URL https://chromewebstore.google.com/detail/simple-subscription-manag/kbgaobbeoemfoohblgglgagdgjjnppce
Opis Simple subscription management for you tube
Rozmiar pliku 126 KB
Liczba instalacji 401
Aktualna Wersja 0.0.3.5
Ostatnia Aktualizacja 2023-11-17
Data Publikacji 2019-01-16
Ocena 3.95/5 Łącznie 19 Oceny
Deweloper wolfpoland1
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.pkrasuski.pl/
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple subscription management",
    "description": "Simple subscription management for you tube",
    "version": "0.0.3.5",
    "manifest_version": 3,
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "bundle.js"
            ]
        }
    ]
}