Simple subscription management

Simple subscription management for you tube

Simple subscription managementคืออะไร?

Simple subscription management เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wolfpoland1 และคุณลักษณะหลักของมันคือ "Simple subscription management for you tube"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple subscription management

ดาวน์โหลดไฟล์ส่วนขยาย Simple subscription management ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}