Rick Roulette
Randomly replaces youtube videos with Rick Rolls.
Rick Rouletteคืออะไร?
Rick Roulette เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.rickroulette.com และคุณลักษณะหลักของมันคือ "Randomly replaces youtube videos with Rick Rolls."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rick Roulette
ดาวน์โหลดไฟล์ส่วนขยาย Rick Roulette ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Are you a glutton for punishment? Or do you secretly love being Rick Rolled, but don't have any friends to Rick Roll you? No judgement here, but this extension might come in handy for you! This is a Chrome Extension which will randomly Rick Roll you. Whenever you visit a YouTube page, you'll have a 1 in N chance of having the video element replaced with a Rick Roll. The value of N is 6 by default but you can configure this to whatever number you choose.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pinbianolbmldidkdgcgbemiegfaiahj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/rick-roulette/pinbianolbmldidkdgcgbemiegfaiahj |
คำอธิบาย | Randomly replaces youtube videos with Rick Rolls. |
ขนาดไฟล์ | 165 KB |
จำนวนการติดตั้ง | 673 |
เวอร์ชันปัจจุบัน | 1.1.5 |
อัปเดตครั้งล่าสุด | 2016-01-12 |
วันที่เผยแพร่ | 2016-01-12 |
คะแนน | 4.30/5 รวมทั้งหมด 20 คะแนน |
ผู้พัฒนา | http://www.rickroulette.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.rickroulette.com |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rick Roulette", "version": "1.1.5", "manifest_version": 2, "description": "Randomly replaces youtube videos with Rick Rolls.", "homepage_url": "http:\/\/www.bugben.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "options_page": "src\/options\/options.html", "permissions": [ "contentSettings", "storage" ], "content_scripts": [ { "matches": [ "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |