No Pinterest Results

Blocks Google search results from Pinterest

Что такое No Pinterest Results?

No Pinterest Results - это расширение Chrome, разработанное veikkolehmuskorpi, и его основная функция - "Blocks Google search results from Pinterest".

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

screenshot

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

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

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

                        A lightweight extension that blocks Pinterest hits from your Google search results.

***

Tired of seeing countless Pinterest hits for your Google searches? Wouldn't it be better if you never saw those ever again? That is exactly what this extension has been made to do.

To quickly toggle the extension, pin it, and click on the icon.

Source code: https://github.com/VeikkoLehmuskorpi/no-pinterest-results 
Changelog: https://github.com/VeikkoLehmuskorpi/no-pinterest-results/releases                    

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

Название No Pinterest Results No Pinterest Results
ID odgmkhgpjabofenjcinopoocomeaepej
Официальный URL https://chromewebstore.google.com/detail/no-pinterest-results/odgmkhgpjabofenjcinopoocomeaepej
Описание Blocks Google search results from Pinterest
Размер файла 12.62 KB
Количество установок 854
Текущая Версия 0.2.2
Последнее Обновление 2021-04-22
Дата публикации 2021-01-06
Рейтинг 4.67/5 Всего 3 оценок
Разработчик veikkolehmuskorpi
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/VeikkoLehmuskorpi/no-pinterest-results
URL страницы помощи https://github.com/VeikkoLehmuskorpi/no-pinterest-results/issues
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Veikko Lehmuskorpi",
    "background": {
        "persistent": true,
        "scripts": [
            "src\/js\/background.js"
        ]
    },
    "browser_action": [],
    "description": "Blocks Google search results from Pinterest",
    "homepage_url": "https:\/\/github.com\/VeikkoLehmuskorpi\/no-pinterest-results",
    "icons": {
        "16": "src\/img\/icons\/icon16.png",
        "48": "src\/img\/icons\/icon48.png",
        "128": "src\/img\/icons\/icon128.png"
    },
    "manifest_version": 2,
    "name": "No Pinterest Results",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/www.google.com\/search?*"
    ],
    "version": "0.2.2"
}