Derpy Orangereds
Derpy is a reddit mail notifier. She alerts you to new messages!
Derpy Orangeredsとは何ですか?
Derpy OrangeredsはRogueDarkJediによって開発されたChromeの拡張機能で、その主な機能は「Derpy is a reddit mail notifier. She alerts you to new messages!」です。
拡張機能のスクリーンショット
Derpy Orangereds拡張機能のCRXファイルをダウンロード
Derpy Orangereds拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Derpy Orangereds combines reddit mail checking and ponies together. Periodically, Derpy will check to see if you have new mail, and if so, the mail icon will change and you'll hear a little sound alert (you can turn off the sound if you want). Additionally, you can replace Derpy with the Scootacourier service, which will reskin the icons and change the sound to Scootaloo saying "Telegram!" Or if you love Sweetie Belle, you can switch to the magical Sweetie Belle MailHype(tm) service, to hear the young unicorn gleefully tell you about new messages!
拡張機能の基本情報
名前 | Derpy Orangereds |
ID | mjnichopgkgflnkkkcchmgpjkipndkbc |
公式URL | https://chromewebstore.google.com/detail/derpy-orangereds/mjnichopgkgflnkkkcchmgpjkipndkbc |
説明 | Derpy is a reddit mail notifier. She alerts you to new messages! |
ファイルサイズ | 146 KB |
インストール数 | 270 |
現在のバージョン | 3.901 |
最終更新日 | 2015-09-18 |
公開日 | 2015-09-17 |
評価 | 4.40/5 合計 10 レビュー |
開発者 | RogueDarkJedi |
支払い方法 | free |
拡張機能のウェブサイト | http://gamespotting.net/sandbox/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Derpy Orangereds", "description": "Derpy is a reddit mail notifier. She alerts you to new messages!", "version": "3.901", "permissions": [ "storage" ], "manifest_version": 2, "options_page": "options.html", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "web_accessible_resources": [ "sounds\/letter.ogg", "sounds\/telegram.ogg", "sounds\/surprise.ogg", "images\/derpy-bag.png", "images\/derpy-mail.png", "images\/derpy-noletter.png", "images\/derpy-rocket.png", "images\/derpy-shrug.png", "images\/scootaloo-mail.png", "images\/scootaloo.png", "images\/sweetiebelle-mail.png", "images\/sweetiebelle.png", "images\/mailgray.png" ], "content_scripts": [ { "matches": [ "http:\/\/reddit.com\/", "http:\/\/*.reddit.com\/", "http:\/\/reddit.com\/*", "http:\/\/*.reddit.com\/*", "https:\/\/*.reddit.com\/*", "https:\/\/*.reddit.com\/" ], "run_at": "document_end", "js": [ "script.js" ] } ] } |