Notifi Me
Discord Notification Plugin
Wat is Notifi Me?
Notifi Me is een Chrome-extensie ontwikkeld door https://www.notifime.co.uk, en de belangrijkste functie is "Discord Notification Plugin".
Extensie Screenshots
Download het CRX-bestand van de extensie Notifi Me
Download Notifi Me-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ebclklcomnpckcnijpmcnfinmblmcbig |
Officiële URL | https://chrome.google.com/webstore/detail/notifi-me/ebclklcomnpckcnijpmcnfinmblmcbig |
Beschrijving | Discord Notification Plugin |
Bestandsgrootte | 2.78 MB |
Aantal Installaties | 27 |
Huidige Versie | 2.0.2 |
Laatst Bijgewerkt | 2021-12-21 |
Publicatiedatum | 2021-12-18 |
Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://www.notifime.co.uk |
[email protected] | |
Extensiewebsite | https://www.notifime.co.uk |
Help Pagina-URL | https://www.notifime.co.uk/faqs |
URL van de Privacybeleid Pagina | https://www.notifime.co.uk/privacypolicy |
Ondersteunde Talen | 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": [ " |