Rick Roulette
Randomly replaces youtube videos with Rick Rolls.
什么是Rick Roulette?
Rick Roulette是由http://www.rickroulette.com开发的Chrome扩展程序,该扩展的主要功能是“Randomly replaces youtube videos with Rick Rolls.”。
扩展截图
下载Rick Roulette扩展crx文件
下载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" ] } ] } |