Mastering Physics Auto Login

Automatically logs into the Mastering Physics website.

What is Mastering Physics Auto Login?

Mastering Physics Auto Login is a Chrome extension developed by Karl Wang, and its main feature is "Automatically logs into the Mastering Physics website.".

Extension Screenshots

screenshot

Download Mastering Physics Auto Login Extension CRX File

Download Mastering Physics Auto Login 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

                                            

Extension Basic Information

Name Mastering Physics Auto Login Mastering Physics Auto Login
ID kdccjcoklopnidckocldkgodcdnebnjf
Official URL https://chromewebstore.google.com/detail/mastering-physics-auto-lo/kdccjcoklopnidckocldkgodcdnebnjf
Description Automatically logs into the Mastering Physics website.
File Size 10.67 KB
Installation Count 21
Current Version 1.0
Last Updated 2017-02-01
Publish Date 2017-01-31
Rating 5.00/5 Total 1 Ratings
Developer Karl Wang
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mastering Physics Auto Login",
    "description": "Automatically logs into the Mastering Physics website.",
    "version": "1.0",
    "author": "Karl Wang",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.masteringphysics.com\/*"
            ],
            "css": [],
            "js": [
                "work.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "options_ui": {
        "page": "options.html"
    },
    "options_page": "options.html",
    "permissions": [
        "http:\/\/www.masteringphysics.com\/",
        "storage"
    ]
}