youtube unsubscribe all
the best and easy way to unsubscribe all channels
youtube unsubscribe allคืออะไร?
youtube unsubscribe all เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://meslzy.com และคุณลักษณะหลักของมันคือ "the best and easy way to unsubscribe all channels"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย youtube unsubscribe all
ดาวน์โหลดไฟล์ส่วนขยาย youtube unsubscribe all ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Unsubscribing from all channels with one click without any troubles or requirements, just one click.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | youtube unsubscribe all |
ID | bbpkghgmcjojbljplcdehdbkgphhpemo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-unsubscribe-all/bbpkghgmcjojbljplcdehdbkgphhpemo |
คำอธิบาย | the best and easy way to unsubscribe all channels |
ขนาดไฟล์ | 15.55 KB |
จำนวนการติดตั้ง | 12,458 |
เวอร์ชันปัจจุบัน | 2.0.0 |
อัปเดตครั้งล่าสุด | 2024-01-22 |
วันที่เผยแพร่ | 2020-07-21 |
คะแนน | 4.66/5 รวมทั้งหมด 1119 คะแนน |
ผู้พัฒนา | https://meslzy.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://meslzy.com/extension/youtube-unsubscribe-all |
URL หน้าช่วยเหลือ | http://meslzy.com/contact |
URL หน้านโยบายความเป็นส่วนตัว | https://www.meslzy.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "youtube unsubscribe all", "description": "the best and easy way to unsubscribe all channels", "version": "2.0.0", "action": { "default_popup": "index.html", "default_icon": "assets\/icon128.png" }, "permissions": [ "tabs", "activeTab", "scripting" ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/www.youtube.com\/feed\/channels" ], "js": [ "source\/content.js" ] } ], "icons": { "16": "assets\/icon16.png", "32": "assets\/icon32.png", "48": "assets\/icon48.png", "96": "assets\/icon96.png", "128": "assets\/icon128.png" } } |