NoAdsPlease
No Ads Please extension will help you watching YouTube videos without annoying advertising
Что такое NoAdsPlease?
NoAdsPlease - это расширение Chrome, разработанное QAProvider, и его основная функция - "No Ads Please extension will help you watching YouTube videos without annoying advertising".
Снимки экрана расширения
Скачать файл CRX расширения NoAdsPlease
Скачайте файлы расширений NoAdsPlease в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
- Hide text adverts
- Skip video adverts
More info: https://noadsplease.com
From 22.10.2019 it is fully FREE! Основная информация о расширении
| Название | |
| ID | fgdimckjdalgmlobjacingiiihfpnlnn |
| Официальный URL | https://chromewebstore.google.com/detail/noadsplease/fgdimckjdalgmlobjacingiiihfpnlnn |
| Описание | No Ads Please extension will help you watching YouTube videos without annoying advertising |
| Размер файла | 129 KB |
| Количество установок | 86 |
| Текущая Версия | 0.2 |
| Последнее Обновление | 2019-10-22 |
| Дата публикации | 2019-10-22 |
| Рейтинг | 4.25/5 Всего 4 оценок |
| Разработчик | QAProvider |
| Тип оплаты | free |
| Официальный сайт расширения | https://noadsplease.com |
| URL страницы помощи | https://noadsplease.com/help |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "NoAdsPlease",
"version": "0.2",
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"background": {
"scripts": [
"background.js",
"eventPages.js"
],
"persistent": false
},
"permissions": [
"https:\/\/*.youtube.com\/*",
"*:\/\/*.noadsplease.com\/*",
"activeTab",
"storage"
],
"description": "No Ads Please extension will help you watching YouTube videos without annoying advertising",
"icons": {
"128": "mynoads.png"
},
"browser_action": {
"default_icon": "mynoads.png",
"default_popup": "popup.html"
}
} | |