Not Enough Pinterest

Browse interest without an account.

Not Enough Pinterest là gì?

Not Enough Pinterest là một tiện ích mở rộng Chrome được phát triển bởi sclarklasley, và tính năng chính của nó là "Browse interest without an account.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Not Enough Pinterest

Tải xuống các tệp mở rộng Not Enough Pinterest dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Not Enough Pinterest Not Enough Pinterest
ID ikjaahiemempijfcjjoogenebkamjpik
URL Chính Thức https://chrome.google.com/webstore/detail/not-enough-pinterest/ikjaahiemempijfcjjoogenebkamjpik
Mô tả Browse interest without an account.
Kích Thước Tệp 11 KB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-03-12
Ngày Phát Hành 2016-03-12
Đánh Giá 1.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển sclarklasley
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/stonelasley/NoPinterest
URL Trang Trợ Giúp https://github.com/stonelasley/NoPinterest/issues
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}