Not Enough Pinterest

Browse interest without an account.

What is Not Enough Pinterest?

Not Enough Pinterest is a Chrome extension developed by sclarklasley, and its main feature is "Browse interest without an account.".

Extension Screenshots

screenshot
screenshot

Download Not Enough Pinterest Extension CRX File

Download Not Enough Pinterest extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Not Enough Pinterest Not Enough Pinterest
ID ikjaahiemempijfcjjoogenebkamjpik
Official URL https://chrome.google.com/webstore/detail/not-enough-pinterest/ikjaahiemempijfcjjoogenebkamjpik
Description Browse interest without an account.
File Size 11 KB
Installation Count 38
Current Version 1.0
Last Updated 2016-03-12
Publish Date 2016-03-12
Rating 1.00/5 Total 5 Ratings
Developer sclarklasley
Payment Type free
Extension Website https://github.com/stonelasley/NoPinterest
Help Page URL https://github.com/stonelasley/NoPinterest/issues
Supported Languages 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"
        }
    ]
}