Luna Orangereds

This extension replaces your reddit orangereds with Luna!

Cos'è Luna Orangereds?

Luna Orangereds è un'estensione di Chrome sviluppata da http://rhiven.sscs6000.com, e la sua funzione principale è "This extension replaces your reddit orangereds with Luna!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Luna Orangereds

Scarica i file di estensione Luna Orangereds in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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]                    

Informazioni di Base sull'Estensione

Nome Luna Orangereds Luna Orangereds
ID ncmcpdachomeedeaeildgjacijfigkbi
URL Ufficiale https://chrome.google.com/webstore/detail/luna-orangereds/ncmcpdachomeedeaeildgjacijfigkbi
Descrizione This extension replaces your reddit orangereds with Luna!
Dimensione del File 40.74 KB
Conteggio Installazioni 66
Versione Corrente 1.1
Ultimo Aggiornamento 2013-04-05
Data di Pubblicazione 2013-04-05
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://rhiven.sscs6000.com
Tipo di Pagamento free
Lingue Supportate 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"
}