Mastering Physics Auto Login

Automatically logs into the Mastering Physics website.

Apa itu Mastering Physics Auto Login?

Mastering Physics Auto Login adalah ekstensi Chrome yang dikembangkan oleh Tristan Rice, dan fitur utamanya adalah "Automatically logs into the Mastering Physics website.".

Unduh Berkas CRX Ekstensi Mastering Physics Auto Login

Unduh file ekstensi Mastering Physics Auto Login dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Automatically log into the Mastering Physics website.                    

Informasi Dasar Ekstensi

Nama Mastering Physics Auto Login Mastering Physics Auto Login
ID eahnjkpbfemfepkcbocmgojmhcekpkne
URL Resmi https://chrome.google.com/webstore/detail/mastering-physics-auto-lo/eahnjkpbfemfepkcbocmgojmhcekpkne
Deskripsi Automatically logs into the Mastering Physics website.
Ukuran File 78.4 KB
Jumlah Instalasi 558
Versi Saat Ini 0.4
Terakhir Diperbarui 2014-02-11
Tanggal Publikasi 2014-02-11
Penilaian 3.38/5 Total 8 Penilaian
Pengembang Tristan Rice
Tipe Pembayaran free
Situs Ekstensi http://github.com/d4l3k/MasteringPhysicsLogin
Bahasa yang Didukung 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"
        ]
    }
}