Pixels

Because the internet is not always the friendliest of places for families, Pixels helps protect you and your family by blurring…

Что такое Pixels?

Pixels - это расширение Chrome, разработанное Treehouse Tech Labs, и его основная функция - "Because the internet is not always the friendliest of places for families, Pixels helps protect you and your family by blurring…".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Pixels

Скачайте файлы расширений Pixels в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Because the internet is not always the friendliest of places for families, Pixels
helps protect you and your family by blurring some of the images on a website.

Pixels: (DblClk) Default Blur Website (Clk) Blur/UnBlur

Note: Pixels is just one line of defense, keep your good guard up!                    

Основная информация о расширении

Название Pixels Pixels
ID fihbadnpinfemnkcmhmfelcafmmggbhk
Официальный URL https://chrome.google.com/webstore/detail/pixels/fihbadnpinfemnkcmhmfelcafmmggbhk
Описание Because the internet is not always the friendliest of places for families, Pixels helps protect you and your family by blurring…
Размер файла 43.81 KB
Количество установок 111
Текущая Версия 1.0.0
Последнее Обновление 2017-07-05
Дата публикации 2017-07-05
Рейтинг 4.00/5 Всего 2 оценок
Разработчик Treehouse Tech Labs
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pixels",
    "version": "1.0.0",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "48": "48.png"
    },
    "background": {
        "scripts": [
            "event_h.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "page_action": {
        "default_title": "Pixels: (DblClk) Default Blur Website (Clk) Blur\/UnBlur ",
        "default_icon": "128.png",
        "name": "Pixels"
    },
    "web_accessible_resources": [
        "*.png"
    ],
    "manifest_version": 2
}