Pins Peep 👀
Peep Pins on Pinterest
ما هو Pins Peep 👀؟
Pins Peep 👀 هو إضافة Chrome تم تطويرها بواسطة https://glasp.co، والميزة الرئيسية لها هي "Peep Pins on Pinterest".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Pins Peep 👀
قم بتنزيل ملفات الامتداد Pins Peep 👀 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Pins Peep gives you instant, one-click access to the inspiration spread over Pinterest from anywhere on the web. معلومات أساسية عن التمديد
| الاسم | |
| ID | mljhfhcinhgejjhkdnledhdiknkedipd |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/pins-peep-%F0%9F%91%80/mljhfhcinhgejjhkdnledhdiknkedipd |
| الوصف | Peep Pins on Pinterest |
| حجم الملف | 66.49 KB |
| عدد التثبيتات | 139 |
| النسخة الحالية | 1.0.2 |
| آخر تحديث | 2023-08-25 |
| تاريخ النشر | 2021-03-01 |
| المطور | https://glasp.co |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://www.notion.so/Pins-Peep-3a3c25ac99844402a2b38e6f0e21d77d |
| عنوان صفحة سياسة الخصوصية | https://www.glasp.co/privacy-policy |
| اللغات المدعومة | 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"
]
} | |