Equestria Softworks Notifier

Notification panel for Equestria Softwork's website and forums.

What is Equestria Softworks Notifier?

Equestria Softworks Notifier is a Chrome extension developed by http://eqsoftworks.com, and its main feature is "Notification panel for Equestria Softwork's website and forums.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Equestria Softworks Notifier Extension CRX File

Download Equestria Softworks Notifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Equestria Softworks Notifier Equestria Softworks Notifier
ID cfdjkhdnnmenopopncebamnfmdbhmkff
Official URL https://chrome.google.com/webstore/detail/equestria-softworks-notif/cfdjkhdnnmenopopncebamnfmdbhmkff
Description Notification panel for Equestria Softwork's website and forums.
File Size 53 KB
Installation Count 93
Current Version 1.2.0
Last Updated 2014-10-06
Publish Date 2014-10-06
Rating 4.67/5 Total 6 Ratings
Developer http://eqsoftworks.com
Payment Type free
Supported Languages 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"
    ]
}