Pinterest Is Broken

Removes Pinterest Nag Screen

Co to jest Pinterest Is Broken?

Pinterest Is Broken to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Removes Pinterest Nag Screen”.

Pobierz plik CRX rozszerzenia Pinterest Is Broken

Pobierz pliki rozszerzeń Pinterest Is Broken w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Pinterest Is Broken Pinterest Is Broken
ID elcpandnedagdhbpfboghlddofbnjlab
Oficjalny URL https://chromewebstore.google.com/detail/pinterest-is-broken/elcpandnedagdhbpfboghlddofbnjlab
Opis Removes Pinterest Nag Screen
Rozmiar pliku 3.35 KB
Liczba instalacji 18
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2016-05-04
Data Publikacji 2016-05-04
Ocena 3.50/5 Łącznie 2 Oceny
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}