No Pinterest Results

Blocks Google search results from Pinterest

Co to jest No Pinterest Results?

No Pinterest Results to rozszerzenie Chrome opracowane przez veikkolehmuskorpi, a jego główną funkcją jest „Blocks Google search results from Pinterest”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia No Pinterest Results

Pobierz pliki rozszerzeń No Pinterest Results w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa No Pinterest Results No Pinterest Results
ID odgmkhgpjabofenjcinopoocomeaepej
Oficjalny URL https://chromewebstore.google.com/detail/no-pinterest-results/odgmkhgpjabofenjcinopoocomeaepej
Opis Blocks Google search results from Pinterest
Rozmiar pliku 12.62 KB
Liczba instalacji 854
Aktualna Wersja 0.2.2
Ostatnia Aktualizacja 2021-04-22
Data Publikacji 2021-01-06
Ocena 4.67/5 Łącznie 3 Oceny
Deweloper veikkolehmuskorpi
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/VeikkoLehmuskorpi/no-pinterest-results
Adres URL Strony Pomocy https://github.com/VeikkoLehmuskorpi/no-pinterest-results/issues
Obsługiwane Języki 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"
}