Rickroll Extension
A Chrome extension that has a 1/5 chance to load the 'Never Gonna Give You Up' video when opening a random webpage.
Rickroll Extensionคืออะไร?
Rickroll Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Glebodan และคุณลักษณะหลักของมันคือ "A Chrome extension that has a 1/5 chance to load the 'Never Gonna Give You Up' video when opening a random webpage."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rickroll Extension
ดาวน์โหลดไฟล์ส่วนขยาย Rickroll Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Download this extension to prank your friends. This extension Rickrolls you 1/5 times when opening up a random webpage.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Rickroll Extension |
ID | jnbnepchhogcmmilkofgdnpgmcceomca |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/rickroll-extension/jnbnepchhogcmmilkofgdnpgmcceomca |
คำอธิบาย | A Chrome extension that has a 1/5 chance to load the 'Never Gonna Give You Up' video when opening a random webpage. |
ขนาดไฟล์ | 35.8 KB |
จำนวนการติดตั้ง | 32 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2023-03-22 |
วันที่เผยแพร่ | 2023-03-22 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Glebodan |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Rickroll Extension", "version": "1.0", "description": "A Chrome extension that has a 1\/5 chance to load the 'Never Gonna Give You Up' video when opening a random webpage.", "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "permissions": [ "tabs" ], "background": { "service_worker": "background.js" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |