Not Enough Pinterest

Browse interest without an account.

Wat is Not Enough Pinterest?

Not Enough Pinterest is een Chrome-extensie ontwikkeld door sclarklasley, en de belangrijkste functie is "Browse interest without an account.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Not Enough Pinterest

Download Not Enough Pinterest-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Not Enough Pinterest Not Enough Pinterest
ID ikjaahiemempijfcjjoogenebkamjpik
Officiële URL https://chrome.google.com/webstore/detail/not-enough-pinterest/ikjaahiemempijfcjjoogenebkamjpik
Beschrijving Browse interest without an account.
Bestandsgrootte 11 KB
Aantal Installaties 38
Huidige Versie 1.0
Laatst Bijgewerkt 2016-03-12
Publicatiedatum 2016-03-12
Beoordeling 1.00/5 Totaal 5 Beoordelingen
Ontwikkelaar sclarklasley
Betalingswijze free
Extensiewebsite https://github.com/stonelasley/NoPinterest
Help Pagina-URL https://github.com/stonelasley/NoPinterest/issues
Ondersteunde Talen 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"
        }
    ]
}