Luna Orangereds
This extension replaces your reddit orangereds with Luna!
Co to jest Luna Orangereds?
Luna Orangereds to rozszerzenie Chrome opracowane przez http://rhiven.sscs6000.com, a jego główną funkcją jest „This extension replaces your reddit orangereds with Luna!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Luna Orangereds
Pobierz pliki rozszerzeń Luna Orangereds w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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]
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ncmcpdachomeedeaeildgjacijfigkbi |
Oficjalny URL | https://chrome.google.com/webstore/detail/luna-orangereds/ncmcpdachomeedeaeildgjacijfigkbi |
Opis | This extension replaces your reddit orangereds with Luna! |
Rozmiar pliku | 40.74 KB |
Liczba instalacji | 66 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2013-04-05 |
Data Publikacji | 2013-04-05 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | http://rhiven.sscs6000.com |
Typ Płatności | free |
Obsługiwane Języki | 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" } |