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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
        }
    ]
}