Tweet Peep 👀
Peep Thoughts on Twitter
Tweet Peep 👀คืออะไร?
Tweet Peep 👀 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://glasp.co และคุณลักษณะหลักของมันคือ "Peep Thoughts on Twitter"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tweet Peep 👀
ดาวน์โหลดไฟล์ส่วนขยาย Tweet Peep 👀 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tweet Peep 👀 gives you instant, one-click access to what other people are saying about the articles and videos you're browsing.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tweet Peep 👀 |
ID | naajicfpnocgkefffkgekndknlifgagb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tweet-peep-%F0%9F%91%80/naajicfpnocgkefffkgekndknlifgagb |
คำอธิบาย | Peep Thoughts on Twitter |
ขนาดไฟล์ | 26.24 KB |
จำนวนการติดตั้ง | 214 |
เวอร์ชันปัจจุบัน | 1.1.3 |
อัปเดตครั้งล่าสุด | 2023-08-25 |
วันที่เผยแพร่ | 2021-02-23 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://glasp.co |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.notion.so/Tweet-Peep-809e1c498f8a4e0889d2a82baf4dfcb1 |
URL หน้านโยบายความเป็นส่วนตัว | https://www.glasp.co/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tweet Peep \ud83d\udc40", "version": "1.1.3", "manifest_version": 3, "description": "Peep Thoughts on Twitter", "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_icon": { "48": "src\/images\/48.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "src\/contentscript\/content.js" ], "all_frames": false } ], "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" ] } |