Simple subscription management

Simple subscription management for you tube

Apa itu Simple subscription management?

Simple subscription management adalah ekstensi Chrome yang dikembangkan oleh wolfpoland1, dan fitur utamanya adalah "Simple subscription management for you tube".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Simple subscription management

Unduh file ekstensi Simple subscription management dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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]                    

Informasi Dasar Ekstensi

Nama Simple subscription management Simple subscription management
ID kbgaobbeoemfoohblgglgagdgjjnppce
URL Resmi https://chromewebstore.google.com/detail/simple-subscription-manag/kbgaobbeoemfoohblgglgagdgjjnppce
Deskripsi Simple subscription management for you tube
Ukuran File 126 KB
Jumlah Instalasi 401
Versi Saat Ini 0.0.3.5
Terakhir Diperbarui 2023-11-17
Tanggal Publikasi 2019-01-16
Penilaian 3.95/5 Total 19 Penilaian
Pengembang wolfpoland1
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.pkrasuski.pl/
Bahasa yang Didukung 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"
            ]
        }
    ]
}