Mastering Physics Auto Login
Automatically logs into the Mastering Physics website.
Qu'est-ce que Mastering Physics Auto Login ?
Mastering Physics Auto Login est une extension Chrome développée par Tristan Rice, et sa fonction principale est "Automatically logs into the Mastering Physics website.".
Télécharger le fichier CRX de l'extension Mastering Physics Auto Login
Téléchargez les fichiers d'extension Mastering Physics Auto Login au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Automatically log into the Mastering Physics website. Informations de Base sur l'Extension
| Nom | |
| ID | eahnjkpbfemfepkcbocmgojmhcekpkne |
| URL Officiel | https://chrome.google.com/webstore/detail/mastering-physics-auto-lo/eahnjkpbfemfepkcbocmgojmhcekpkne |
| Description | Automatically logs into the Mastering Physics website. |
| Taille du Fichier | 78.4 KB |
| Nombre d'Installations | 558 |
| Version Actuelle | 0.4 |
| Dernière Mise à Jour | 2014-02-11 |
| Date de Publication | 2014-02-11 |
| Évaluation | 3.38/5 Total 8 Évaluations |
| Développeur | Tristan Rice |
| Type de Paiement | free |
| Site Web de l'Extension | http://github.com/d4l3k/MasteringPhysicsLogin |
| Langues Prises en Charge | 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"
]
}
} | |