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 Karl Wang, en de belangrijkste functie is "Automatically logs into the Mastering Physics website.".
Extensie Screenshots
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
Basisinformatie over de Extensie
Naam | Mastering Physics Auto Login |
ID | kdccjcoklopnidckocldkgodcdnebnjf |
Officiële URL | https://chromewebstore.google.com/detail/mastering-physics-auto-lo/kdccjcoklopnidckocldkgodcdnebnjf |
Beschrijving | Automatically logs into the Mastering Physics website. |
Bestandsgrootte | 10.67 KB |
Aantal Installaties | 21 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2017-02-01 |
Publicatiedatum | 2017-01-31 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Karl Wang |
Betalingswijze | free |
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": "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" ] } |