So Sanh Gia Khoa Hoc
a place to help you find a cheap course
Vad är So Sanh Gia Khoa Hoc?
So Sanh Gia Khoa Hoc är en Chrome-tillägg utvecklad av https://sosanhgiakhoahoc.com, och dess huvudfunktion är "a place to help you find a cheap course".
Tilläggsskärmbilder
Ladda ner So Sanh Gia Khoa Hoc-förlängningens CRX-fil
Ladda ner So Sanh Gia Khoa Hoc-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Đây là công cụ giúp bạn săn khóa học online giá rẻ từ UNICA, KYNA, EDUMALL
Grundläggande Information om Tillägg
Namn | So Sanh Gia Khoa Hoc |
ID | cnmpmkdkioifnkjjeifnbbaielppella |
Officiell webbadress | https://chromewebstore.google.com/detail/so-sanh-gia-khoa-hoc/cnmpmkdkioifnkjjeifnbbaielppella |
Beskrivning | a place to help you find a cheap course |
Filstorlek | 1.69 MB |
Antal Installationer | 11 |
Aktuell Version | 0.2.0 |
Senast Uppdaterad | 2020-09-18 |
Publiceringsdatum | 2020-09-10 |
Utvecklare | https://sosanhgiakhoahoc.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://sosanhgiakhoahoc.com |
Hjälpsida URL | https://sosanhgiakhoahoc.com |
URL till Sekretesspolicy Sidan | https://sosanhgiakhoahoc.com/chinh-sach-bao-mat |
Stödda Språk | en,vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.2.0", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/16.png", "128": "images\/128.png" }, "default_locale": "vi", "background": { "scripts": [ "libs\/polyfill.min.js", "scripts\/chromereload.js", "scripts\/background.js" ] }, "permissions": [ "https:\/\/sosanhgiakhoahoc.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.unica.vn\/*" ], "js": [ "scripts\/libs\/jquery.min.js", "scripts\/libs\/Chart.min.js", "scripts\/contentscript.js" ], "run_at": "document_idle", "all_frames": false } ], "browser_action": { "default_icon": { "19": "images\/19.png", "38": "images\/38.png" }, "default_title": "So S\u00e1nh Gi\u00e1 Kh\u00f3a H\u1ecdc" }, "web_accessible_resources": [ "images\/48.png", "scripts\/libs\/Chart.min.js", "scripts\/libs\/Chart.min.css", "styles\/css\/styles.css" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |