Pinterest Is Broken

Removes Pinterest Nag Screen

Cos'è Pinterest Is Broken?

Pinterest Is Broken è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Removes Pinterest Nag Screen".

Scarica il file CRX dell'estensione Pinterest Is Broken

Scarica i file di estensione Pinterest Is Broken in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Pinterest Is Broken Pinterest Is Broken
ID elcpandnedagdhbpfboghlddofbnjlab
URL Ufficiale https://chromewebstore.google.com/detail/pinterest-is-broken/elcpandnedagdhbpfboghlddofbnjlab
Descrizione Removes Pinterest Nag Screen
Dimensione del File 3.35 KB
Conteggio Installazioni 18
Versione Corrente 0.1
Ultimo Aggiornamento 2016-05-04
Data di Pubblicazione 2016-05-04
Valutazione 3.50/5 Totale 2 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}