NvD - Netacad
Sets the Netacad page to fullscreen
What is NvD - Netacad?
NvD - Netacad is a Chrome extension developed by https://nvd.kinnunen-network.com, and its main feature is "Sets the Netacad page to fullscreen".
Download NvD - Netacad Extension CRX File
Download NvD - Netacad 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
                        NvD - Netacad
Changes the style of the netacad page.                     Extension Basic Information
| Name |   |  
| ID | fhjighecngoflfpbgknndmepfpknpino | 
| Official URL | https://chromewebstore.google.com/detail/nvd-netacad/fhjighecngoflfpbgknndmepfpknpino | 
| Description | Sets the Netacad page to fullscreen | 
| File Size | 35.7 KB | 
| Installation Count | 21 | 
| Current Version | 0.2.7 | 
| Last Updated | 2016-01-19 | 
| Publish Date | 2016-01-19 | 
| Rating | 5.00/5 Total 1 Ratings | 
| Developer | https://nvd.kinnunen-network.com | 
| [email protected] | |
| Payment Type | free | 
| Extension Website | http://nvd.kinnunen-network.com | 
| Supported Languages | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NvD - Netacad",
    "description": "Sets the Netacad page to fullscreen",
    "version": "0.2.7",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "NvD Webpage"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "*:\/\/static-course-assets.s3.amazonaws.com\/CCNAS\/*",
        "*:\/\/static-course-assets.s3.amazonaws.com\/ITN51\/*",
        "*:\/\/static-course-assets.s3.amazonaws.com\/RSE503\/*",
        "*:\/\/static-course-assets.s3.amazonaws.com\/ScaN503\/*",
        "*:\/\/static-course-assets.s3.amazonaws.com\/CN503\/*",
        "*:\/\/static-course-assets.s3.amazonaws.com\/CCNAS2\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/static-course-assets.s3.amazonaws.com\/CCNAS\/*",
                "*:\/\/static-course-assets.s3.amazonaws.com\/ITN51\/*",
                "*:\/\/static-course-assets.s3.amazonaws.com\/RSE503\/*",
                "*:\/\/static-course-assets.s3.amazonaws.com\/ScaN503\/*",
                "*:\/\/static-course-assets.s3.amazonaws.com\/CN503\/*",
                "*:\/\/static-course-assets.s3.amazonaws.com\/CCNAS2\/*"
            ],
            "css": [
                "force.css"
            ]
        }
    ]
}  |  |