Equestria Softworks Notifier
Notification panel for Equestria Softwork's website and forums.
Equestria Softworks Notifierとは何ですか?
Equestria Softworks Notifierはhttp://eqsoftworks.comによって開発されたChromeの拡張機能で、その主な機能は「Notification panel for Equestria Softwork's website and forums.」です。
拡張機能のスクリーンショット
Equestria Softworks Notifier拡張機能のCRXファイルをダウンロード
Equestria Softworks Notifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
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" ] } |