Not Enough Pinterest

Browse interest without an account.

Not Enough Pinterestคืออะไร?

Not Enough Pinterest เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sclarklasley และคุณลักษณะหลักของมันคือ "Browse interest without an account."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Not Enough Pinterest

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    ]
}