RickRollMeNot
This extension will alert you when you are about to be RickRoll'd
RickRollMeNotคืออะไร?
RickRollMeNot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Frank และคุณลักษณะหลักของมันคือ "This extension will alert you when you are about to be RickRoll'd"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RickRollMeNot
ดาวน์โหลดไฟล์ส่วนขยาย RickRollMeNot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Never get rickroll'd again with RickRollMeNot. RickRollMeNot will scan links and alert you when you are about to be rickroll'd.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | RickRollMeNot |
ID | encfcicfiabmdmfomelgfjhmigjpnodi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/rickrollmenot/encfcicfiabmdmfomelgfjhmigjpnodi |
คำอธิบาย | This extension will alert you when you are about to be RickRoll'd |
ขนาดไฟล์ | 24.95 KB |
จำนวนการติดตั้ง | 141 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2016-08-17 |
วันที่เผยแพร่ | 2016-08-17 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Frank |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RickRollMeNot", "description": "This extension will alert you when you are about to be RickRoll'd", "version": "1.0", "browser_action": { "default_title": "RickRollMeNot", "default_popup": "popup.html" }, "icons": { "16": "images\/RRMN_16.png", "32": "images\/RRMN_32.png", "48": "images\/RRMN_48.png", "128": "images\/RRMN_128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "tool.js" ] } ] } |