BannerPlus

Make Banner Great Again.

Cos'è BannerPlus?

BannerPlus è un'estensione di Chrome sviluppata da https://deadpackets.github.io/BannerPlus, e la sua funzione principale è "Make Banner Great Again.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione BannerPlus

Scarica i file di estensione BannerPlus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        BannerPlus (Banner+) is a chrome extension that adds some tweaks to AUS's Banner page. The functionality of these tweaks range from visual effects to improving page load times. 

To see the full description, head to https://deadpackets.github.io/BannerPlus                    

Informazioni di Base sull'Estensione

Nome BannerPlus BannerPlus
ID hhmambngepaijefabkocngdaaihpaimb
URL Ufficiale https://chromewebstore.google.com/detail/bannerplus/hhmambngepaijefabkocngdaaihpaimb
Descrizione Make Banner Great Again.
Dimensione del File 402 KB
Conteggio Installazioni 93
Versione Corrente 3.1
Ultimo Aggiornamento 2018-09-25
Data di Pubblicazione 2018-09-25
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://deadpackets.github.io/BannerPlus
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://deadpackets.github.io/BannerPlus
URL della Pagina di Aiuto https://deadpackets.github.io/BannerPlus/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BannerPlus",
    "version": "3.1",
    "description": "Make Banner Great Again.",
    "author": "DeadPackets",
    "icons": {
        "128": "assets\/icons\/128.png"
    },
    "browser_action": {
        "default_icon": "assets\/icons\/128.png",
        "default_popup": "popup.html",
        "default_title": "BannerPlus"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/banner.aus.edu\/*"
            ],
            "js": [
                "\/assets\/jquery.slim.min.js",
                "\/assets\/FileSaver.js",
                "\/assets\/moment.min.js",
                "\/assets\/noty.min.js",
                "\/tweaks\/allow-download-schedule.js",
                "\/tweaks\/auto-login.js",
                "\/tweaks\/big-titles.js",
                "\/tweaks\/bigger-buttons.js",
                "\/tweaks\/bigger-checkboxes.js",
                "\/tweaks\/block-aus-images.js",
                "\/tweaks\/bold-font.js",
                "\/tweaks\/color-coded-schedule.js",
                "\/tweaks\/disable-auto-refresh.js",
                "\/tweaks\/emoji-grades.js",
                "\/tweaks\/enable-dark-theme.js",
                "\/tweaks\/enable-grey-scale.js",
                "\/tweaks\/evade-blocking.js",
                "\/tweaks\/fix-not-found-pages.js",
                "\/tweaks\/hide-aus-header.js",
                "\/tweaks\/hide-banner-warning.js",
                "\/tweaks\/highlight-closed-classes.js",
                "\/tweaks\/highlight-enrolled-classes.js",
                "\/tweaks\/highlight-open-classes.js",
                "\/tweaks\/main-meow-menu.js",
                "\/tweaks\/make-banner-quiet.js",
                "\/tweaks\/make-banner-scream.js",
                "\/tweaks\/persistent-login.js",
                "\/tweaks\/prevent-inactive.js",
                "\/tweaks\/remove-banner-release-version.js",
                "\/tweaks\/show-due-fees.js",
                "\/tweaks\/show-holds.js",
                "\/tweaks\/show-time-conflicts.js",
                "\/tweaks\/thin-font.js",
                "content.js"
            ],
            "css": [
                "\/assets\/noty.min.css",
                "\/assets\/emoji.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "cookies",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.aus.edu\/*"
    ]
}