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