Mastering Physics Auto Login

Automatically logs into the Mastering Physics website.

Wat is Mastering Physics Auto Login?

Mastering Physics Auto Login is een Chrome-extensie ontwikkeld door Tristan Rice, en de belangrijkste functie is "Automatically logs into the Mastering Physics website.".

Download het CRX-bestand van de extensie Mastering Physics Auto Login

Download Mastering Physics Auto Login-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Automatically log into the Mastering Physics website.                    

Basisinformatie over de Extensie

Naam Mastering Physics Auto Login Mastering Physics Auto Login
ID eahnjkpbfemfepkcbocmgojmhcekpkne
Officiële URL https://chrome.google.com/webstore/detail/mastering-physics-auto-lo/eahnjkpbfemfepkcbocmgojmhcekpkne
Beschrijving Automatically logs into the Mastering Physics website.
Bestandsgrootte 78.4 KB
Aantal Installaties 558
Huidige Versie 0.4
Laatst Bijgewerkt 2014-02-11
Publicatiedatum 2014-02-11
Beoordeling 3.38/5 Totaal 8 Beoordelingen
Ontwikkelaar Tristan Rice
Betalingswijze free
Extensiewebsite http://github.com/d4l3k/MasteringPhysicsLogin
Ondersteunde Talen 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"
        ]
    }
}