No Nag for Pinterest

Stops Pinterest from nagging you to sign up.

What is No Nag for Pinterest?

No Nag for Pinterest is a Chrome extension developed by Connor Kirkby, and its main feature is "Stops Pinterest from nagging you to sign up.".

Download No Nag for Pinterest Extension CRX File

Download No Nag for 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

                                            

Extension Basic Information

Name No Nag for Pinterest No Nag for Pinterest
ID eenljkebjkjjcjialffgilgnifdknnai
Official URL https://chrome.google.com/webstore/detail/no-nag-for-pinterest/eenljkebjkjjcjialffgilgnifdknnai
Description Stops Pinterest from nagging you to sign up.
File Size 174 KB
Installation Count 61
Current Version 0.1
Last Updated 2016-05-21
Publish Date 2016-05-21
Rating 1.75/5 Total 8 Ratings
Developer Connor Kirkby
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "No Nag for Pinterest",
    "version": "0.1",
    "icons": {
        "512": "resources\/logo.png"
    },
    "description": "Stops Pinterest from nagging you to sign up.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.pinterest.com\/*"
            ],
            "js": [
                "resources\/js\/jquery.js",
                "resources\/js\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "resources\/logo.png"
    }
}