Mindcrack Notifier

This extension is for instant notification of mindcracker uploads.

Mindcrack Notifier란 무엇입니까?

Mindcrack Notifier은(는) Aubron Wood에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension is for instant notification of mindcracker uploads."입니다.

확장 프로그램 스크린샷

screenshot

Mindcrack Notifier 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This is a simple extension to provide a feed of the 50 most recently uploaded videos from the Mindcrack LP group. It also displays the number of new videos since you last opened it as a number on the icon, and notifies you when a new video is uploaded (this is configurable in settings).

Changelog:
v1.8.0:
Twitch Integration
Blocks "via @YouTube" tweets, as they are simply repeats of youtube notifications.
v1.7.2:
Hotfix for twitter integration (4:25AM Edition)
v1.7:
Twitter integration! (Turn on in settings)
v1.6:
Can enable auto-expiring Updates.
Light icon option for dark chrome styles.
Can disable update notifications.
v1.5:
Reverted UHC Hype
v1.4:
eXV0dHVybWFjYQ==
v1.3:
* Change which Mindcrackers you do or do not want to get notifications for
* Bugfixes
v1.2:
* Resolved an issue in which the red number would not update immediately.
v1.1:
* "New Videos" number in bottom right of icon now instantly clears when clicked on.
v1.0:
* Initial Release.                    

확장 프로그램 기본 정보

이름 Mindcrack Notifier Mindcrack Notifier
ID gkffmnknggaajhlpkniehpfcbbeoanog
공식 URL https://chrome.google.com/webstore/detail/mindcrack-notifier/gkffmnknggaajhlpkniehpfcbbeoanog
설명 This extension is for instant notification of mindcracker uploads.
파일 크기 75.79 KB
설치 횟수 64
현재 버전 1.8.0
최근 업데이트 2014-01-16
출시 날짜 2014-01-16
평점 4.62/5 총 53 개의 평점
개발자 Aubron Wood
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mindcrack Notifier",
    "description": "This extension is for instant notification of mindcracker uploads.",
    "version": "1.8.0",
    "permissions": [
        "storage",
        "notifications",
        "http:\/\/mindcrack.aubronwood.com\/"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "jquery-2.0.3.min.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "icon48.png"
    ],
    "options_page": "options.html"
}