Simple subscription management

Simple subscription management for you tube

O que é Simple subscription management?

Simple subscription management é uma extensão do Chrome desenvolvida por wolfpoland1, e sua principal característica é "Simple subscription management for you tube".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Simple subscription management

Baixe arquivos de extensão Simple subscription management no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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]                    

Informações Básicas da Extensão

Nome Simple subscription management Simple subscription management
ID kbgaobbeoemfoohblgglgagdgjjnppce
URL Oficial https://chromewebstore.google.com/detail/simple-subscription-manag/kbgaobbeoemfoohblgglgagdgjjnppce
Descrição Simple subscription management for you tube
Tamanho do Arquivo 126 KB
Contagem de Instalações 401
Versão Atual 0.0.3.5
Última Atualização 2023-11-17
Data de Publicação 2019-01-16
Classificação 3.95/5 Total de 19 Avaliações
Desenvolvedor wolfpoland1
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.pkrasuski.pl/
Idiomas Suportados 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"
            ]
        }
    ]
}