Fake YouTube premium
It changes the YouTube logo to Premium logo to fake having YouTube Premium
Fake YouTube premiumคืออะไร?
Fake YouTube premium เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alexandru Balan และคุณลักษณะหลักของมันคือ "It changes the YouTube logo to Premium logo to fake having YouTube Premium"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fake YouTube premium
ดาวน์โหลดไฟล์ส่วนขยาย Fake YouTube premium ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This new Chrome Extension turns old YouTube Logo into the YouTube Premium logo to prank your friends into having real YouTube Premium
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bejbliggnadcmgfifpipkkebkmpbibai |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/fake-youtube-premium/bejbliggnadcmgfifpipkkebkmpbibai |
คำอธิบาย | It changes the YouTube logo to Premium logo to fake having YouTube Premium |
ขนาดไฟล์ | 14.79 KB |
จำนวนการติดตั้ง | 1,658 |
เวอร์ชันปัจจุบัน | 0.3.0 |
อัปเดตครั้งล่าสุด | 2022-03-28 |
วันที่เผยแพร่ | 2022-01-22 |
คะแนน | 4.36/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | Alexandru Balan |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Fake YouTube premium", "version": "0.3.0", "description": "It changes the YouTube logo to Premium logo to fake having YouTube Premium", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "js": [ "js\/content.js" ], "matches": [ "https:\/\/*.youtube.com\/" ] } ] } |