Pins Peep 👀
Peep Pins on Pinterest
Wat is Pins Peep 👀?
Pins Peep 👀 is een Chrome-extensie ontwikkeld door https://glasp.co, en de belangrijkste functie is "Peep Pins on Pinterest".
Extensie Screenshots
Download het CRX-bestand van de extensie Pins Peep 👀
Download Pins Peep 👀-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Pins Peep gives you instant, one-click access to the inspiration spread over Pinterest from anywhere on the web. Basisinformatie over de Extensie
| Naam | |
| ID | mljhfhcinhgejjhkdnledhdiknkedipd |
| Officiële URL | https://chromewebstore.google.com/detail/pins-peep-%F0%9F%91%80/mljhfhcinhgejjhkdnledhdiknkedipd |
| Beschrijving | Peep Pins on Pinterest |
| Bestandsgrootte | 66.49 KB |
| Aantal Installaties | 139 |
| Huidige Versie | 1.0.2 |
| Laatst Bijgewerkt | 2023-08-25 |
| Publicatiedatum | 2021-03-01 |
| Ontwikkelaar | https://glasp.co |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.notion.so/Pins-Peep-3a3c25ac99844402a2b38e6f0e21d77d |
| URL van de Privacybeleid Pagina | https://www.glasp.co/privacy-policy |
| Ondersteunde Talen | 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"
]
} | |