Mastering Physics Auto Login
Automatically logs into the Mastering Physics website.
什么是Mastering Physics Auto Login?
Mastering Physics Auto Login是由Karl Wang开发的Chrome扩展程序,该扩展的主要功能是“Automatically logs into the Mastering Physics website.”。
扩展截图
下载Mastering Physics Auto Login扩展crx文件
下载Mastering Physics Auto Login扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | Mastering Physics Auto Login |
ID | kdccjcoklopnidckocldkgodcdnebnjf |
官方URL | https://chromewebstore.google.com/detail/mastering-physics-auto-lo/kdccjcoklopnidckocldkgodcdnebnjf |
简介 | Automatically logs into the Mastering Physics website. |
文件大小 | 10.67 KB |
安装次数 | 21 |
当前版本 | 1.0 |
更新时间 | 2017-02-01 |
上架时间 | 2017-01-31 |
评分 | 5.00/5 共1次评分 |
开发者 | Karl Wang |
付费类型 | free |
支持的语言 | 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" ] } |