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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.
확장 프로그램 기본 정보
이름 | |
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" ] } |