InterPals Missing Chats Conjurer
Allows you to revive missing conversations on interpals.net. This is an NOT an official InterPals software.
InterPals Missing Chats Conjurerคืออะไร?
InterPals Missing Chats Conjurer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hermes และคุณลักษณะหลักของมันคือ "Allows you to revive missing conversations on interpals.net. This is an NOT an official InterPals software."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย InterPals Missing Chats Conjurer
ดาวน์โหลดไฟล์ส่วนขยาย InterPals Missing Chats Conjurer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This browser extension allows you to revive some missing conversations on interpals.net. Sometimes the website notifies you for a brief moment about new messages but they're never found in private messages page after that. This extension introduces a temporary duct-tape kind of solution to that problem. It injects an extra script to the website. While the website page is opened, the script tracks notifications and stores them locally in your browser. It also displays the list of persistent notifications on the lower right of your page. No information is being sent outside your machine or even to other processes. Everything is handled locally. This is an NOT an official InterPals software.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | InterPals Missing Chats Conjurer |
ID | dgodclidncojhamepeddepnpiejdhdjd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/interpals-missing-chats-c/dgodclidncojhamepeddepnpiejdhdjd |
คำอธิบาย | Allows you to revive missing conversations on interpals.net. This is an NOT an official InterPals software. |
ขนาดไฟล์ | 47.11 KB |
จำนวนการติดตั้ง | 14 |
เวอร์ชันปัจจุบัน | 0.4 |
อัปเดตครั้งล่าสุด | 2021-01-23 |
วันที่เผยแพร่ | 2021-01-23 |
ผู้พัฒนา | hermes |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://github.com/hermes-jr/interpals-conjurer-addon |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "InterPals Missing Chats Conjurer", "version": "0.4", "description": "Allows you to revive missing conversations on interpals.net. This is an NOT an official InterPals software.", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "96": "icons\/icon-96.png" }, "content_scripts": [ { "matches": [ "*:\/\/interpals.net\/*", "*:\/\/www.interpals.net\/*" ], "js": [ "ip-conjurer.js" ], "css": [ "ip-conjurer.css" ] } ] } |