NonAd Block
This extension blocks any content that is NOT an ad.
Что такое NonAd Block?
NonAd Block - это расширение Chrome, разработанное okcarl, и его основная функция - "This extension blocks any content that is NOT an ad.".
Снимки экрана расширения
Скачать файл CRX расширения NonAd Block
Скачайте файлы расширений NonAd Block в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This shows you the Internet the way content creators want you to see it: by blocking any content that is NOT an ad. It helps you focus on the important parts of webpages.
Created for the Stupid Sh*t No One Needs & Terrible Ideas Hackathon 2016.
New version improves performance and shows more ads. Основная информация о расширении
| Название | |
| ID | mjdphmpknkepficogfmnfhabmlngggip |
| Официальный URL | https://chromewebstore.google.com/detail/nonad-block/mjdphmpknkepficogfmnfhabmlngggip |
| Описание | This extension blocks any content that is NOT an ad. |
| Размер файла | 58.6 KB |
| Количество установок | 890 |
| Текущая Версия | 1.0.0.1 |
| Последнее Обновление | 2016-02-11 |
| Дата публикации | 2016-02-09 |
| Рейтинг | 4.35/5 Всего 82 оценок |
| Разработчик | okcarl |
| Тип оплаты | free |
| Официальный сайт расширения | http://www.stupidhackathon.com/ |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "NonAd Block",
"short_name": "NonAdblock",
"description": "This extension blocks any content that is NOT an ad.",
"version": "1.0.0.1",
"homepage_url": "http:\/\/www.stupidhackathon.com\/",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"default_title": "Click here!"
},
"permissions": [
"activeTab",
"https:\/\/ajax.googleapis.com\/"
],
"background": {
"scripts": [
"jquery-1.12.0.min.js",
"app.js"
]
},
"content_scripts": [
{
"matches": [
" | |