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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Pins Peep gives you instant, one-click access to the inspiration spread over Pinterest from anywhere on the web.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Pins Peep 👀 |
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 |
URL หน้านโยบายความเป็นส่วนตัว | 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" ] } |