Pins Peep 👀
Peep Pins on Pinterest
Pins Peep 👀 là gì?
Pins Peep 👀 là một tiện ích mở rộng Chrome được phát triển bởi https://glasp.co, và tính năng chính của nó là "Peep Pins on Pinterest".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Pins Peep 👀
Tải xuống các tệp mở rộng Pins Peep 👀 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Pins Peep gives you instant, one-click access to the inspiration spread over Pinterest from anywhere on the web.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Pins Peep 👀 |
ID | mljhfhcinhgejjhkdnledhdiknkedipd |
URL Chính Thức | https://chromewebstore.google.com/detail/pins-peep-%F0%9F%91%80/mljhfhcinhgejjhkdnledhdiknkedipd |
Mô tả | Peep Pins on Pinterest |
Kích Thước Tệp | 66.49 KB |
Số Lần Cài Đặt | 139 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2023-08-25 |
Ngày Phát Hành | 2021-03-01 |
Nhà Phát Triển | https://glasp.co |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.notion.so/Pins-Peep-3a3c25ac99844402a2b38e6f0e21d77d |
URL Trang Chính Sách Bảo Mật | https://www.glasp.co/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |