Notifi Me
Discord Notification Plugin
Notifi Meとは何ですか?
Notifi Meはhttps://www.notifime.co.ukによって開発されたChromeの拡張機能で、その主な機能は「Discord Notification Plugin」です。
拡張機能のスクリーンショット
Notifi Me拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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": [ " |