Not Enough Pinterest

Browse interest without an account.

Apa itu Not Enough Pinterest?

Not Enough Pinterest adalah ekstensi Chrome yang dikembangkan oleh sclarklasley, dan fitur utamanya adalah "Browse interest without an account.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Not Enough Pinterest

Unduh file ekstensi Not Enough Pinterest dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Not Enough Pinterest Not Enough Pinterest
ID ikjaahiemempijfcjjoogenebkamjpik
URL Resmi https://chrome.google.com/webstore/detail/not-enough-pinterest/ikjaahiemempijfcjjoogenebkamjpik
Deskripsi Browse interest without an account.
Ukuran File 11 KB
Jumlah Instalasi 38
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-03-12
Tanggal Publikasi 2016-03-12
Penilaian 1.00/5 Total 5 Penilaian
Pengembang sclarklasley
Tipe Pembayaran free
Situs Ekstensi https://github.com/stonelasley/NoPinterest
URL Halaman Bantuan https://github.com/stonelasley/NoPinterest/issues
Bahasa yang Didukung 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"
        }
    ]
}