Purity

Purity extension

Что такое Purity?

Purity - это расширение Chrome, разработанное http://puritybrowser.com, и его основная функция - "Purity extension".

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

screenshot

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

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

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

                        Purity Safe Browser is now available as a browser extension!

- Blocks adult websites
- Blocks images/videos (optional)
- Disable downloads (optional)
- Custom blacklist / whitelist
- Enforces Safe Search
- Reports to your buddy when a suspicious site is visited, and when you unistall

Manage your subscription at http://user.puritybrowser.com/

__

Send early feedback or bug reports to [email protected].                    

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

Название Purity Purity
ID nfkedhnlhggadajbhkjpaoolimpajlpg
Официальный URL https://chrome.google.com/webstore/detail/purity/nfkedhnlhggadajbhkjpaoolimpajlpg
Описание Purity extension
Размер файла 81.21 KB
Количество установок 422
Текущая Версия 1.0.5
Последнее Обновление 2021-01-29
Дата публикации 2020-04-20
Рейтинг 5.00/5 Всего 6 оценок
Разработчик http://puritybrowser.com
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://bit.ly/prt-faq
URL страницы политики конфиденциальности https://docs.google.com/document/d/1w5_JO2z9OCse8Mh9AAg7n_OJ91a5etps7ugEXP-tNUY/edit?usp=sharing
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Purity",
    "short_name": "PRT",
    "description": "Purity extension",
    "version": "1.0.5",
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "122": "images\/icon_122.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "122": "images\/icon_122.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "downloads",
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "videoBlocker.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/fftlist.netlify.com\/* https:\/\/*.puritybrowser.com\/ https:\/\/unpkg.com\/ https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'"
}