No Seen
Blocks "seen" marks on Facebook Messenger and Instagram Stories.
No Seenคืออะไร?
No Seen เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Diéssica และคุณลักษณะหลักของมันคือ "Blocks "seen" marks on Facebook Messenger and Instagram Stories."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย No Seen
ดาวน์โหลดไฟล์ส่วนขยาย No Seen ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
No Seen allows you to read Facebook messages and see Instagram stories without reporting any "seen" marks or read receipts to your friends. You can configure No Seen to be enabled only for the websites you want by going to the add-ons "Preferences".
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | No Seen |
ID | lhfgjcfhkmijfeppjjokleldddlklpoc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/no-seen/lhfgjcfhkmijfeppjjokleldddlklpoc |
คำอธิบาย | Blocks "seen" marks on Facebook Messenger and Instagram Stories. |
ขนาดไฟล์ | 6.49 KB |
จำนวนการติดตั้ง | 839 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2019-03-01 |
วันที่เผยแพร่ | 2018-09-13 |
คะแนน | 3.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Diéssica |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/diessica/no-seen |
URL หน้าช่วยเหลือ | https://github.com/diessica/no-seen/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "No Seen", "description": "Blocks \"seen\" marks on Facebook Messenger and Instagram Stories.", "version": "1.2", "manifest_version": 2, "background": { "scripts": [ "index.js" ] }, "options_ui": { "page": "preferences.html" }, "permissions": [ "storage", "webRequest", "webRequestBlocking", "*:\/\/*.facebook.com\/*", "*:\/\/*.instagram.com\/*" ], "developer": { "name": "Di\u00e9ssica Gurskas", "url": "https:\/\/diessi.ca" }, "applications": { "gecko": { "id": "[email protected]" } } } |