Not Enough Pinterest

Browse interest without an account.

Co to jest Not Enough Pinterest?

Not Enough Pinterest to rozszerzenie Chrome opracowane przez sclarklasley, a jego główną funkcją jest „Browse interest without an account.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Not Enough Pinterest

Pobierz pliki rozszerzeń Not Enough Pinterest 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

                        Have you ever landed on a pinterest page after a google search and been annoyed by that signup nag that creeps up to force you to create an account to look any further? This extension removes the overlay so you can browse in peace. Note, this does not yet work on the home page, and it may never work for that.                    

Podstawowe informacje o rozszerzeniu

Nazwa Not Enough Pinterest Not Enough Pinterest
ID ikjaahiemempijfcjjoogenebkamjpik
Oficjalny URL https://chrome.google.com/webstore/detail/not-enough-pinterest/ikjaahiemempijfcjjoogenebkamjpik
Opis Browse interest without an account.
Rozmiar pliku 11 KB
Liczba instalacji 38
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-03-12
Data Publikacji 2016-03-12
Ocena 1.00/5 Łącznie 5 Oceny
Deweloper sclarklasley
Typ Płatności free
Strona Rozszerzenia https://github.com/stonelasley/NoPinterest
Adres URL Strony Pomocy https://github.com/stonelasley/NoPinterest/issues
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Not Enough Pinterest",
    "description": "Browse interest without an account.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "assets\/icon.png"
    },
    "permissions": [
        "tabs",
        "*:\/\/*.pinterest.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.pinterest.com\/*"
            ],
            "js": [
                "src\/nopinterest.js"
            ],
            "run_at": "document_end"
        }
    ]
}