RickrollGuard
The chrome extension that makes it impossible for you to get rickrolled. This is the work of god.
RickrollGuardคืออะไร?
RickrollGuard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย theepicsully และคุณลักษณะหลักของมันคือ "The chrome extension that makes it impossible for you to get rickrolled. This is the work of god."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RickrollGuard
ดาวน์โหลดไฟล์ส่วนขยาย RickrollGuard ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is a fun, simple Chrome extension that stops users from getting "rickrolled", a meme in internet culture where somebody clicks a link and is redirected to Rick Astley's "Never Gonna Give You Up" music video. Upon clicking on a link that would "rickroll" somebody, this Chrome extension redirects them to the website https://sullycb.github.io/RickrollGuard.html that tells them that they were protected by Rickroll Guard.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | RickrollGuard |
ID | ncjiindlkgmfhcmeenmejoigfhppnomf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/rickrollguard/ncjiindlkgmfhcmeenmejoigfhppnomf |
คำอธิบาย | The chrome extension that makes it impossible for you to get rickrolled. This is the work of god. |
ขนาดไฟล์ | 341 KB |
จำนวนการติดตั้ง | 451 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2020-11-17 |
วันที่เผยแพร่ | 2020-11-17 |
คะแนน | 3.33/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | theepicsully |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://sullycb.github.io/RickrollGuard.html |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RickrollGuard", "description": "The chrome extension that makes it impossible for you to get rickrolled. This is the work of god.", "background": { "scripts": [ "rickfinder.js" ] }, "author": "SullyBS", "permissions": [ "tabs", "alarms" ], "version": "1.0", "manifest_version": 2, "browser_action": { "default_popup": "panel.html", "default_icon": "Rickhead.png" }, "icons": { "16": "Rickhead16.png", "48": "Rickhead48.png", "128": "Rickhead128.png" } } |