Simple subscription management

Simple subscription management for you tube

Simple subscription management란 무엇입니까?

Simple subscription management은(는) wolfpoland1에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple subscription management for you tube"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Simple subscription management 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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]                    

확장 프로그램 기본 정보

이름 Simple subscription management Simple subscription management
ID kbgaobbeoemfoohblgglgagdgjjnppce
공식 URL https://chromewebstore.google.com/detail/simple-subscription-manag/kbgaobbeoemfoohblgglgagdgjjnppce
설명 Simple subscription management for you tube
파일 크기 126 KB
설치 횟수 401
현재 버전 0.0.3.5
최근 업데이트 2023-11-17
출시 날짜 2019-01-16
평점 3.95/5 총 19 개의 평점
개발자 wolfpoland1
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.pkrasuski.pl/
지원되는 언어 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"
            ]
        }
    ]
}