White Rabbit
Get rid of the annoying elements of streaming : countdown, ads, pop-ups
Что такое White Rabbit?
White Rabbit - это расширение Chrome, разработанное webwalker, и его основная функция - "Get rid of the annoying elements of streaming : countdown, ads, pop-ups".
Скачать файл CRX расширения White Rabbit
Скачайте файлы расширений White Rabbit в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Get rid of annoying elements of streaming:
In dpstream.net (https://www.dpstream.net/external_link/*):
Redirect to the video without waiting for the countdown.
In voirfilms.info (https://www.voirfilms.info/*-*.htm ):
Delete site ads, toro-tags.com ads.
In openload.co (https://openload.co/embed/*) and streamango.com (https://streamango.com/embed/*):
Delete video overlay element. Основная информация о расширении
| Название | |
| ID | nmapoiplonbfadgdnnnkjoakgjdifikn |
| Официальный URL | https://chromewebstore.google.com/detail/white-rabbit/nmapoiplonbfadgdnnnkjoakgjdifikn |
| Описание | Get rid of the annoying elements of streaming : countdown, ads, pop-ups |
| Размер файла | 8.69 KB |
| Количество установок | 39 |
| Текущая Версия | 1.0 |
| Последнее Обновление | 2018-08-28 |
| Дата публикации | 2018-08-28 |
| Рейтинг | 4.67/5 Всего 3 оценок |
| Разработчик | webwalker |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/wbwlkr/white-rabbit |
| URL страницы помощи | https://github.com/wbwlkr/white-rabbit/issues |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "White Rabbit",
"version": "1.0",
"description": "Get rid of the annoying elements of streaming : countdown, ads, pop-ups",
"icons": {
"32": "icons\/white-rabbit-32.png",
"64": "icons\/white-rabbit-64.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.dpstream.net\/external_link\/*"
],
"js": [
"wr-dpstream.js"
]
},
{
"matches": [
"*:\/\/www.voirfilms.info\/*-*.htm"
],
"js": [
"wr-voirfilms.js"
]
},
{
"matches": [
"*:\/\/openload.co\/embed\/*"
],
"js": [
"wr-openload.js"
]
},
{
"matches": [
"*:\/\/streamango.com\/embed\/*"
],
"js": [
"wr-streamango.js"
]
}
]
} | |