Not Enough Pinterest

Browse interest without an account.

Co je Not Enough Pinterest?

Not Enough Pinterest je rozšíření Chrome vyvinuté sclarklasley, a jeho hlavní funkcí je „Browse interest without an account.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Not Enough Pinterest

Stáhněte si soubory rozšíření Not Enough Pinterest ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Not Enough Pinterest Not Enough Pinterest
ID ikjaahiemempijfcjjoogenebkamjpik
Oficiální URL https://chrome.google.com/webstore/detail/not-enough-pinterest/ikjaahiemempijfcjjoogenebkamjpik
Popis Browse interest without an account.
Velikost souboru 11 KB
Počet instalací 38
Aktuální Verze 1.0
Poslední Aktualizace 2016-03-12
Datum Vydání 2016-03-12
Hodnocení 1.00/5 Celkem 5 Hodnocení
Vývojář sclarklasley
Typ Platby free
Webové stránky Rozšíření https://github.com/stonelasley/NoPinterest
URL Stránky Nápovědy https://github.com/stonelasley/NoPinterest/issues
Podporované Jazyky 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"
        }
    ]
}