Notifi Me
Discord Notification Plugin
Notifi Meคืออะไร?
Notifi Me เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.notifime.co.uk และคุณลักษณะหลักของมันคือ "Discord Notification Plugin"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Notifi Me
ดาวน์โหลดไฟล์ส่วนขยาย Notifi Me ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Never miss a Discord notification with Notifi Me. Follow both users and servers within our Chrome plugin and be notified as soon as someone you’re following sends a message within Discord.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ebclklcomnpckcnijpmcnfinmblmcbig |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/notifi-me/ebclklcomnpckcnijpmcnfinmblmcbig |
คำอธิบาย | Discord Notification Plugin |
ขนาดไฟล์ | 2.78 MB |
จำนวนการติดตั้ง | 27 |
เวอร์ชันปัจจุบัน | 2.0.2 |
อัปเดตครั้งล่าสุด | 2021-12-21 |
วันที่เผยแพร่ | 2021-12-18 |
คะแนน | 4.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://www.notifime.co.uk |
อีเมล | [email protected] |
เว็บไซต์ส่วนขยาย | https://www.notifime.co.uk |
URL หน้าช่วยเหลือ | https://www.notifime.co.uk/faqs |
URL หน้านโยบายความเป็นส่วนตัว | https://www.notifime.co.uk/privacypolicy |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Notifi Me", "description": "Discord Notification Plugin", "version": "2.0.2", "background": { "scripts": [ ".\/js\/moment.min.js", ".\/js\/config.js", ".\/js\/core.js", ".\/js\/background\/webRequestBlocking.js", ".\/js\/background\/junkRemover.js", ".\/js\/background\/discordRequests.js", ".\/js\/background\/checkSubscription.js", ".\/js\/background\/firstTimeInitialisator.js", ".\/js\/background\/background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_icon": "images\/NotifiMeFavicon.png" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "web_accessible_resources": [ "images\/*.svg", "images\/attachment-icon.svg", "images\/mainLogo.svg", "images\/*.png", "NotifiMeFavicon.png", "roboto\/*.ttf" ], "externally_connectable": { "matches": [ "*:\/\/discord.com\/*" ] }, "content_scripts": [ { "matches": [ "*:\/\/discord.com\/*" ], "js": [ ".\/js\/moment.min.js", ".\/js\/core.js", ".\/js\/config.js", ".\/js\/content.js", ".\/js\/elementsForContentPage.js" ], "css": [ ".\/css\/content.css" ], "run_at": "document_end" }, { "matches": [ "*:\/\/discord.com\/*", "*:\/\/lfadekapajfccibjekflllljcnildhij\/*" ], "js": [ ".\/js\/moment.min.js", ".\/js\/core.js", ".\/js\/config.js", ".\/js\/discordContent.js" ], "all_frames": true, "run_at": "document_start" }, { "matches": [ " |