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" ] } |