Luna Orangereds
This extension replaces your reddit orangereds with Luna!
Luna Orangeredsとは何ですか?
Luna Orangeredsはhttp://rhiven.sscs6000.comによって開発されたChromeの拡張機能で、その主な機能は「This extension replaces your reddit orangereds with Luna!」です。
拡張機能のスクリーンショット
Luna Orangereds拡張機能のCRXファイルをダウンロード
Luna Orangereds拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Luna Orangereds replaces the default reddit message envelopes. When you have no messages, Luna will serenely watch over your page. When you get a letter though, Luna will enthusiastically alert you with a red envelope and a sound alert. Please report any bugs to me at [email protected]
拡張機能の基本情報
名前 | |
ID | ncmcpdachomeedeaeildgjacijfigkbi |
公式URL | https://chrome.google.com/webstore/detail/luna-orangereds/ncmcpdachomeedeaeildgjacijfigkbi |
説明 | This extension replaces your reddit orangereds with Luna! |
ファイルサイズ | 40.74 KB |
インストール数 | 66 |
現在のバージョン | 1.1 |
最終更新日 | 2013-04-05 |
公開日 | 2013-04-05 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | http://rhiven.sscs6000.com |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "This extension replaces your reddit orangereds with Luna!", "name": "Luna Orangereds", "homepage_url": "http:\/\/rhiven.sscs6000.com\/index.htm", "icons": { "48": "icon48.png", "128": "icon128.png", "16": "icon16.png" }, "content_scripts": [ { "matches": [ "http:\/\/reddit.com\/", "http:\/\/*.reddit.com\/", "http:\/\/reddit.com\/*", "http:\/\/*.reddit.com\/*" ], "js": [ "lunaorangereds.user.js" ] } ], "manifest_version": 2, "version": "1.1" } |