Mastering Physics Auto Login
Automatically logs into the Mastering Physics website.
ما هو Mastering Physics Auto Login؟
Mastering Physics Auto Login هو إضافة Chrome تم تطويرها بواسطة Karl Wang، والميزة الرئيسية لها هي "Automatically logs into the Mastering Physics website.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Mastering Physics Auto Login
قم بتنزيل ملفات الامتداد Mastering Physics Auto Login بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | 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" ] } |