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" ] } ] } |