Not Enough Pinterest

Browse interest without an account.

什麼是Not Enough Pinterest?

Not Enough Pinterest是由sclarklasley開發的Chrome擴展程式,該擴展的主要功能是“Browse interest without an account.”。

擴展截圖

screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 Not Enough Pinterest Not Enough Pinterest
ID ikjaahiemempijfcjjoogenebkamjpik
官方網址 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"
        }
    ]
}