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"
            ]
        }
    ]
}