Not Enough Pinterest
Browse interest without an account.
什么是Not Enough Pinterest?
Not Enough Pinterest是由sclarklasley开发的Chrome扩展程序,该扩展的主要功能是“Browse interest without an account.”。
扩展截图
下载Not Enough Pinterest扩展crx文件
下载Not Enough Pinterest扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Have you ever landed on a pinterest page after a google search and been annoyed by that signup nag that creeps up to force you to create an account to look any further? This extension removes the overlay so you can browse in peace. Note, this does not yet work on the home page, and it may never work for that.
扩展基本信息
名称 | |
ID | ikjaahiemempijfcjjoogenebkamjpik |
官方URL | https://chrome.google.com/webstore/detail/not-enough-pinterest/ikjaahiemempijfcjjoogenebkamjpik |
简介 | Browse interest without an account. |
文件大小 | 11 KB |
安装次数 | 38 |
当前版本 | 1.0 |
更新时间 | 2016-03-12 |
上架时间 | 2016-03-12 |
评分 | 1.00/5 共5次评分 |
开发者 | sclarklasley |
付费类型 | free |
扩展官网 | https://github.com/stonelasley/NoPinterest |
帮助页面URL | https://github.com/stonelasley/NoPinterest/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Not Enough Pinterest", "description": "Browse interest without an account.", "version": "1.0", "browser_action": { "default_icon": "assets\/icon.png" }, "permissions": [ "tabs", "*:\/\/*.pinterest.com\/" ], "content_scripts": [ { "matches": [ "*:\/\/*.pinterest.com\/*" ], "js": [ "src\/nopinterest.js" ], "run_at": "document_end" } ] } |