Mastering Physics Auto Login

Automatically logs into the Mastering Physics website.

Hvad er Mastering Physics Auto Login?

Mastering Physics Auto Login er en Chrome-udvidelse udviklet af Tristan Rice, og dens hovedfunktion er "Automatically logs into the Mastering Physics website.".

Download Mastering Physics Auto Login-udvidelses-CRX-fil

Download Mastering Physics Auto Login-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Automatically log into the Mastering Physics website.                    

Grundlæggende oplysninger om udvidelsen

Navn Mastering Physics Auto Login Mastering Physics Auto Login
ID eahnjkpbfemfepkcbocmgojmhcekpkne
Officiel URL https://chrome.google.com/webstore/detail/mastering-physics-auto-lo/eahnjkpbfemfepkcbocmgojmhcekpkne
Beskrivelse Automatically logs into the Mastering Physics website.
Filstørrelse 78.4 KB
Antal Installationer 558
Nuværende Version 0.4
Senest Opdateret 2014-02-11
Udgivelsesdato 2014-02-11
Bedømmelse 3.38/5 Samlet 8 Bedømmelser
Udvikler Tristan Rice
Betalingsmetode free
Udvidelseswebsted http://github.com/d4l3k/MasteringPhysicsLogin
Understøttede Sprog 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": "0.4",
    "icons": {
        "128": "logo-uprep.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.masteringphysics.com\/*"
            ],
            "css": [],
            "js": [
                "jquery-1.10.2.min.js",
                "work.js"
            ]
        },
        {
            "matches": [
                "*:\/\/www.pearsonmylabandmastering.com\/northamerica\/masteringphysics\/"
            ],
            "css": [],
            "js": [
                "jquery-1.10.2.min.js",
                "login.js"
            ]
        }
    ],
    "options_page": "popup.html",
    "permissions": [
        "http:\/\/www.masteringphysics.com\/"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.masteringphysics.com\/*"
        ]
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}