Pinterest Is Broken

Removes Pinterest Nag Screen

Pinterest Is Brokenとは何ですか?

Pinterest Is BrokenはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Removes Pinterest Nag Screen」です。

Pinterest Is Broken拡張機能のCRXファイルをダウンロード

Pinterest Is Broken拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Pinterest Is Broken Pinterest Is Broken
ID elcpandnedagdhbpfboghlddofbnjlab
公式URL https://chromewebstore.google.com/detail/pinterest-is-broken/elcpandnedagdhbpfboghlddofbnjlab
説明 Removes Pinterest Nag Screen
ファイルサイズ 3.35 KB
インストール数 18
現在のバージョン 0.1
最終更新日 2016-05-04
公開日 2016-05-04
評価 3.50/5 合計 2 レビュー
開発者 Unknown
支払い方法 free
対応言語 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"
            ]
        }
    ]
}