Easier CC Banner

Using that stupid CC Banner has never been easier.

What is Easier CC Banner?

Easier CC Banner is a Chrome extension developed by Han You, and its main feature is "Using that stupid CC Banner has never been easier.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Easier CC Banner Extension CRX File

Download Easier CC Banner extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Just login the Banner as usual and click on "Student", and you're good to go! Have fun!

Made by Han You & Kon Aoki @ Colorado College.                    

Extension Basic Information

Name Easier CC Banner Easier CC Banner
ID nemcnhmklnfobffkgjfigaobnkldiapi
Official URL https://chromewebstore.google.com/detail/easier-cc-banner/nemcnhmklnfobffkgjfigaobnkldiapi
Description Using that stupid CC Banner has never been easier.
File Size 352 KB
Installation Count 54
Current Version 1.1.2
Last Updated 2017-09-20
Publish Date 2017-09-19
Rating 5.00/5 Total 3 Ratings
Developer Han You
Email [email protected]
Payment Type free
Extension Website https://github.com/sqd/easier-cc-banner/
Help Page URL https://github.com/sqd/easier-cc-banner/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easier CC Banner",
    "description": "Using that stupid CC Banner has never been easier.",
    "version": "1.1.2",
    "author": "Han You\/Kon Aoki",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/banssbp.coloradocollege.edu\/prod\/twbkwbis.P_GenMenu?name=bmenu.P_MainMnu"
            ],
            "run_at": "document_end",
            "js": [
                "js\/jquery-3.2.1.min.js",
                "mainmenu.js"
            ],
            "css": [
                "style\/main.css",
                "style\/Montserrat.css"
            ]
        },
        {
            "matches": [
                "https:\/\/banssbp.coloradocollege.edu\/prod\/*.P_GenMenu?name=zmenu.P_StuMainMnu"
            ],
            "run_at": "document_end",
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/textcomplete.min.js",
                "js\/fuse.min.js",
                "js\/loading-bar.min.js",
                "js\/load_schedule.js",
                "js\/remodal.min.js",
                "js\/keymaster.min.js",
                "menu.js"
            ],
            "css": [
                "style\/main.css",
                "style\/Montserrat.css",
                "style\/loading-bar.css",
                "style\/remodal.css",
                "style\/remodal-default-theme.css",
                "style\/csshake.min.css",
                "style\/wickedcss.min.css",
                "style\/toggle.css"
            ]
        },
        {
            "matches": [
                "https:\/\/banssbp.coloradocollege.edu\/prod\/zwckgens.p_proc_term_date"
            ],
            "run_at": "document_end",
            "js": [
                "js\/jquery-3.2.1.min.js",
                "filter.js"
            ]
        },
        {
            "matches": [
                "https:\/\/banssbp.coloradocollege.edu\/prod\/*.p_disp_dyn_ctlg"
            ],
            "run_at": "document_end",
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/load_schedule.js",
                "catalog_filter.js",
                "filter.js"
            ]
        },
        {
            "matches": [
                "https:\/\/banssbp.coloradocollege.edu\/prod\/*.p_display_courses"
            ],
            "run_at": "document_end",
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/loading-bar.min.js",
                "js\/load_schedule.js",
                "catalog.js"
            ],
            "css": [
                "style\/loading-bar.css"
            ]
        },
        {
            "matches": [
                "https:\/\/banssbp.coloradocollege.edu\/prod\/zwskfcls.p_disp_dyn_ctlg"
            ],
            "run_at": "document_end",
            "js": [
                "js\/jquery-3.2.1.min.js",
                "catalog_style.js"
            ],
            "css": [
                "style\/loading-bar.css"
            ]
        },
        {
            "matches": [
                "https:\/\/banssbp.coloradocollege.edu\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/analytics.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "html\/*",
        "style\/*",
        "js\/*",
        "img\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": "icons\/48.png"
    },
    "permissions": [
        "https:\/\/banssbp.coloradocollege.edu\/*",
        "http:\/\/banssbp.coloradocollege.edu\/*",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}