Luna Orangereds
This extension replaces your reddit orangereds with Luna!
ما هو Luna Orangereds؟
Luna Orangereds هو إضافة Chrome تم تطويرها بواسطة http://rhiven.sscs6000.com، والميزة الرئيسية لها هي "This extension replaces your reddit orangereds with Luna!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Luna Orangereds
قم بتنزيل ملفات الامتداد Luna Orangereds بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } |