Equestria Softworks Notifier

Notification panel for Equestria Softwork's website and forums.

ما هو Equestria Softworks Notifier؟

Equestria Softworks Notifier هو إضافة Chrome تم تطويرها بواسطة http://eqsoftworks.com، والميزة الرئيسية لها هي "Notification panel for Equestria Softwork's website and forums.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Equestria Softworks Notifier

قم بتنزيل ملفات الامتداد Equestria Softworks Notifier بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Equestria Softworks is a select group of talented individuals who share a love for Bethesda Softworks' Fallout games and Lauren Faust's My Little Pony: Friendship is Magic TV series. We are working together to create a full-conversion game/mod for Fallout 3 based on the popular fanfiction "Fallout: Equestria."

The Equestria Softworks Notifier is a small extension for all forum members, offering a streamlined and simple way to view all site notifications. This includes new replies to subscribed forum topics, new private messages, and reminders for all team members. Feature suggestions are welcome and support can be found at http://eqsoftworks.com/forums/viewforum.php?f=86.


*Equestria Softworks is not affiliated with Bethesda Softworks or Bethesda Game Studios. All rights are copyright their respective owners.                    

معلومات أساسية عن التمديد

الاسم Equestria Softworks Notifier Equestria Softworks Notifier
ID cfdjkhdnnmenopopncebamnfmdbhmkff
عنوان URL الرسمي https://chrome.google.com/webstore/detail/equestria-softworks-notif/cfdjkhdnnmenopopncebamnfmdbhmkff
الوصف Notification panel for Equestria Softwork's website and forums.
حجم الملف 53 KB
عدد التثبيتات 93
النسخة الحالية 1.2.0
آخر تحديث 2014-10-06
تاريخ النشر 2014-10-06
تقييم 4.67/5 مجموع تقييمات 6
المطور http://eqsoftworks.com
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "background": {
        "_script": [
            "cookies.js"
        ],
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Equestria Softworks"
    },
    "description": "Notification panel for Equestria Softwork's website and forums.",
    "icons": {
        "128": "icon_128.png"
    },
    "incognito": "spanning",
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCvEseHIX8+ZmLxAuXMIe15wwPp4o6h4rUvf7gDVi5wS3kkgVB8JNa4VB3k+A0K8W\/IgjQeRZZjTML\/WE0ZQT2WWQcNMd1az\/jeHS+fmo0LbE6cpLgqwhdIRfd9w2s42MYMBzUQV6mghYdklmuhu9P7zZT2qiPJx0VrLMJ9Uz9j+QIDAQAB",
    "manifest_version": 2,
    "name": "Equestria Softworks Notifier",
    "options_page": "options.html",
    "permissions": [
        "unlimitedStorage",
        "notifications",
        "webNavigation",
        "webRequest",
        "cookies",
        "*:\/\/*.eqsoftworks.com\/",
        "clipboardRead",
        "clipboardWrite"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.0",
    "web_accessible_resources": [
        "icon_128.png"
    ]
}