Toontown Rewritten Invasion Notifier

Notifies you when an invasion occurs on Toontown Rewritten.

Τι είναι το Toontown Rewritten Invasion Notifier;

Το Toontown Rewritten Invasion Notifier είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον DF Software, και η κύρια λειτουργία του είναι "Notifies you when an invasion occurs on Toontown Rewritten.".

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

screenshot
screenshot

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

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

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

                        Features:

- Desktop notifications when invasions start and end
- Notifications are visible from any program you're using (make sure Toontown is NOT in full screen mode)
- Pin invasions to the top of the list for quick checking
- Filter notifications by the cogs you want
- View all invasions going on in TTR
- Easily identify the type of cog invading by its picture
- Tracks how many cogs are left in an invasion
- Gives a rough estimate of how much time is left
- Ability to disable notifications
- Ability to change how often invasions are updated

Also available for Firefox!

Changes:

1.3.2 - Added a way to have an overlay (very beta, look at the Settings tab). Fixed a bug with the filter. Added filter option for v2 and Skelecogs of any type.
1.3.0 - Improved time prediction algorithm. Added the ability to pin invasions to the top of the list for quick checking. Improved font readability.
1.2.5 - Added hour indicator. Changed invasion list to be sorted by time remaining.
1.2.2 - Added more tweaks for outages.
1.2.1 - Added more fixes during API outages.
1.2.0 - Hopefully made the tracker more reliable during API outages.
1.1.2 - Fixed bug causing invasions to end late. Added indicator when the API is down.
1.1.1 - Quick update to fix the image for a Two-Face.
1.1.0 - Changed the look and improved the ETA. Added a link to copy invasions to the clipboard.
1.0.6 - Added cog filter for notifications.
1.0.5 - Fixed issue with some cog names. Added rough ETA on when invasion will end.
1.0.4 - Changed look and add optional notification sound.
1.0.3 - Embiggened the font sizes to make everything more readable. Added total cog count to interface.
1.0.2 - Made the popup reload automatically
1.0 - Initial release                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Toontown Rewritten Invasion Notifier Toontown Rewritten Invasion Notifier
ID kedgokfcpkmaapgbdmmhfibkgoggpfbp
Επίσημο URL https://chromewebstore.google.com/detail/toontown-rewritten-invasi/kedgokfcpkmaapgbdmmhfibkgoggpfbp
Περιγραφή Notifies you when an invasion occurs on Toontown Rewritten.
Μέγεθος Αρχείου 652 KB
Αριθμός Εγκαταστάσεων 490
Τρέχουσα Έκδοση 1.3.2
Τελευταία Ενημέρωση 2020-05-14
Ημερομηνία Δημοσίευσης 2020-05-13
Αξιολόγηση 4.25/5 Συνολικά 60 Αξιολογήσεις
Προγραμματιστής DF Software
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Toontown Rewritten Invasion Notifier",
    "short_name": "TTR Invasion Notifier",
    "description": "Notifies you when an invasion occurs on Toontown Rewritten.",
    "version": "1.3.2",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgOv1TtO1oEH4IgSRlu2Thi6GK6gNla3bp64\/ZXiWbzgbY25JwwNHD\/ShU2ML1PwWsOVZa7MBZT7zUw2c2HfjeLLe8MoZwn2IowZlIjj5TQphVYjfRZK26Oi4ZwKQ1PTmKdXwa0zmSqk6NR9yAS1428vUw0ytldH8nWYZcEfYr7K6R+\/YPdNmgZi\/+3g\/G9THbkKeZM6hAhKwzsU6b7pVHRhKChrRSj351P3tlytpb8+R6QmAr8N1BZtv27xnt8oFDUhtn8dGjpuaWvzIjYhzIaVoXTusCDGcnEw9acG++QeGmqWFk\/rqwPgX1AcY852QLvQKQpVSZrJGhmlYPYjtTwIDAQAB",
    "minimum_chrome_version": "32",
    "externally_connectable": {
        "ids": [
            "hmmjgbdalgmlnjcldfimngpklfgbiamb"
        ]
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "notifications",
        "webRequest",
        "webRequestBlocking",
        "clipboardWrite",
        "https:\/\/www.toontownrewritten.com\/api\/invasions"
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon-38.png",
        "default_title": "Toontown Rewritten Invasion Notifier",
        "default_popup": "popup.html"
    }
}