Pinterest Is Broken

Removes Pinterest Nag Screen

What is Pinterest Is Broken?

Pinterest Is Broken is a Chrome extension developed by Unknown, and its main feature is "Removes Pinterest Nag Screen".

Download Pinterest Is Broken Extension CRX File

Download Pinterest Is Broken 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

                        Pinterest doesn't work if a user is not logged in. It is filled with nag screens that don't let you continue using the site.

This removes those nag screens.                    

Extension Basic Information

Name Pinterest Is Broken Pinterest Is Broken
ID elcpandnedagdhbpfboghlddofbnjlab
Official URL https://chromewebstore.google.com/detail/pinterest-is-broken/elcpandnedagdhbpfboghlddofbnjlab
Description Removes Pinterest Nag Screen
File Size 3.35 KB
Installation Count 18
Current Version 0.1
Last Updated 2016-05-04
Publish Date 2016-05-04
Rating 3.50/5 Total 2 Ratings
Developer Unknown
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pinterest Is Broken",
    "manifest_version": 2,
    "version": "0.1",
    "description": "Removes Pinterest Nag Screen",
    "permissions": [
        "tabs",
        "*:\/\/*.pinterest.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.pinterest.com\/*"
            ],
            "js": [
                "pinterest_is_broken.js"
            ]
        }
    ]
}