Mindcrack Notifier

This extension is for instant notification of mindcracker uploads.

Τι είναι το Mindcrack Notifier;

Το Mindcrack Notifier είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Aubron Wood, και η κύρια λειτουργία του είναι "This extension is for instant notification of mindcracker uploads.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Mindcrack Notifier

Λήψη αρχείων επέκτασης Mindcrack Notifier σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
}