Pins Peep 👀

Peep Pins on Pinterest

Cos'è Pins Peep 👀?

Pins Peep 👀 è un'estensione di Chrome sviluppata da https://glasp.co, e la sua funzione principale è "Peep Pins on Pinterest".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Pins Peep 👀

Scarica i file di estensione Pins Peep 👀 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Pins Peep 👀 Pins Peep 👀
ID mljhfhcinhgejjhkdnledhdiknkedipd
URL Ufficiale https://chromewebstore.google.com/detail/pins-peep-%F0%9F%91%80/mljhfhcinhgejjhkdnledhdiknkedipd
Descrizione Peep Pins on Pinterest
Dimensione del File 66.49 KB
Conteggio Installazioni 139
Versione Corrente 1.0.2
Ultimo Aggiornamento 2023-08-25
Data di Pubblicazione 2021-03-01
Sviluppatore https://glasp.co
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.notion.so/Pins-Peep-3a3c25ac99844402a2b38e6f0e21d77d
URL della Pagina della Politica sulla Privacy https://www.glasp.co/privacy-policy
Lingue Supportate 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"
    ]
}