Pins Peep 👀

Peep Pins on Pinterest

Apa itu Pins Peep 👀?

Pins Peep 👀 adalah ekstensi Chrome yang dikembangkan oleh https://glasp.co, dan fitur utamanya adalah "Peep Pins on Pinterest".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Pins Peep 👀

Unduh file ekstensi Pins Peep 👀 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

                        Pins Peep gives you instant, one-click access to the inspiration spread over Pinterest from anywhere on the web.                    

Informasi Dasar Ekstensi

Nama Pins Peep 👀 Pins Peep 👀
ID mljhfhcinhgejjhkdnledhdiknkedipd
URL Resmi https://chromewebstore.google.com/detail/pins-peep-%F0%9F%91%80/mljhfhcinhgejjhkdnledhdiknkedipd
Deskripsi Peep Pins on Pinterest
Ukuran File 66.49 KB
Jumlah Instalasi 139
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2023-08-25
Tanggal Publikasi 2021-03-01
Pengembang https://glasp.co
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.notion.so/Pins-Peep-3a3c25ac99844402a2b38e6f0e21d77d
URL Halaman Kebijakan Privasi https://www.glasp.co/privacy-policy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pins Peep \ud83d\udc40",
    "version": "1.0.2",
    "manifest_version": 3,
    "description": "Peep Pins on Pinterest",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "48": "src\/images\/48.png"
        },
        "default_popup": "popup.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "16": "src\/images\/16.png",
        "48": "src\/images\/48.png",
        "128": "src\/images\/128.png"
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ]
}