Rick Roulette
Randomly replaces youtube videos with Rick Rolls.
Apa itu Rick Roulette?
Rick Roulette adalah ekstensi Chrome yang dikembangkan oleh http://www.rickroulette.com, dan fitur utamanya adalah "Randomly replaces youtube videos with Rick Rolls.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Rick Roulette
Unduh file ekstensi Rick Roulette dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | pinbianolbmldidkdgcgbemiegfaiahj |
URL Resmi | https://chrome.google.com/webstore/detail/rick-roulette/pinbianolbmldidkdgcgbemiegfaiahj |
Deskripsi | Randomly replaces youtube videos with Rick Rolls. |
Ukuran File | 165 KB |
Jumlah Instalasi | 673 |
Versi Saat Ini | 1.1.5 |
Terakhir Diperbarui | 2016-01-12 |
Tanggal Publikasi | 2016-01-12 |
Penilaian | 4.30/5 Total 20 Penilaian |
Pengembang | http://www.rickroulette.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.rickroulette.com |
Bahasa yang Didukung | 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" ] } ] } |