Hostel 4 - Mess Extension

Hostel 4 - Mess Extension

What is Hostel 4 - Mess Extension?

Hostel 4 - Mess Extension is a Chrome extension developed by Siddharth Bulia, and its main feature is "Hostel 4 - Mess Extension".

Extension Screenshots

screenshot
screenshot
screenshot

Download Hostel 4 - Mess Extension Extension CRX File

Download Hostel 4 - Mess Extension 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

                        This is Hostel 4 - mess menu extension for inmates of Hostel 4, IIT Bombay.

Features:
- Look at the Mess Menu anytime. 
- Menu will get automatically online synced. So no need to reinstall extension.
- Bookmark your favorite meal.
- You will get notification for your bookmarked meal.                    

Extension Basic Information

Name Hostel 4 - Mess Extension Hostel 4 - Mess Extension
ID pjplmljigbfjcnigcaiddlmahjapfelj
Official URL https://chromewebstore.google.com/detail/hostel-4-mess-extension/pjplmljigbfjcnigcaiddlmahjapfelj
Description Hostel 4 - Mess Extension
File Size 478 KB
Installation Count 10
Current Version 1.0
Last Updated 2017-02-28
Publish Date 2017-02-27
Rating 5.00/5 Total 3 Ratings
Developer Siddharth Bulia
Email [email protected]
Payment Type free
Extension Website https://gymkhana.iitb.ac.in/~hostel4/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hostel 4 - Mess Extension",
    "description": "Hostel 4 - Mess Extension",
    "version": "1.0",
    "short_name": "H4 Mess Menu",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "hostel.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/gymkhana.iitb.ac.in\/~hostel4\/mess\/menu.txt",
        "storage",
        "notifications",
        "alarms"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/maxcdn.bootstrapcdn.com https:\/\/ajax.googleapis.com; object-src 'self'"
}