Ricky!
For all the hardcore rick rollers out there.
Ricky!คืออะไร?
Ricky! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "For all the hardcore rick rollers out there."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ricky!
ดาวน์โหลดไฟล์ส่วนขยาย Ricky! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Do you love rick rolling your friends, and maybe even your enemies if you're feeling extra mischievous? Do you love seeing the look on their face when they realize what they've just clicked on? Do you love tricking them to fall for your devilish schemes? Well then this extension is for you! This is a quick button for all the hardcore rick rollers out there that takes you straight to the Never Gonna Give You Up music video by Rick Astley, so you can rick roll someone at a moment's notice. It even copies the video's link to the clipboard!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Ricky! |
ID | kgobmccndkadfachdknnfdoimncplkan |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ricky/kgobmccndkadfachdknnfdoimncplkan |
คำอธิบาย | For all the hardcore rick rollers out there. |
ขนาดไฟล์ | 106 KB |
จำนวนการติดตั้ง | 109 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2021-11-17 |
วันที่เผยแพร่ | 2021-11-17 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Unknown |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ricky!", "description": "For all the hardcore rick rollers out there.", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/ricky.png", "32": "\/images\/ricky.png", "48": "\/images\/ricky.png", "128": "\/images\/ricky.png" } }, "icons": { "16": "\/images\/ricky.png", "32": "\/images\/ricky.png", "48": "\/images\/ricky.png", "128": "\/images\/ricky.png" }, "options_page": "options.html" } |