Mastering Physics Auto Login

Automatically logs into the Mastering Physics website.

什麼是Mastering Physics Auto Login?

Mastering Physics Auto Login是由Tristan Rice開發的Chrome擴展程式,該擴展的主要功能是“Automatically logs into the Mastering Physics website.”。

下載Mastering Physics Auto Login擴展crx文件

下載Mastering Physics Auto Login擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Automatically log into the Mastering Physics website.                    

擴展基本資訊

名稱 Mastering Physics Auto Login Mastering Physics Auto Login
ID eahnjkpbfemfepkcbocmgojmhcekpkne
官方網址 https://chrome.google.com/webstore/detail/mastering-physics-auto-lo/eahnjkpbfemfepkcbocmgojmhcekpkne
簡介 Automatically logs into the Mastering Physics website.
檔案大小 78.4 KB
安裝次數 558
目前版本 0.4
更新時間 2014-02-11
上架時間 2014-02-11
評分 3.38/5 共 8 次評分
開發者 Tristan Rice
付費類型 free
擴展官網 http://github.com/d4l3k/MasteringPhysicsLogin
支援的語言 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"
        ]
    }
}