Smartschool Uplifter
A chrome extension that will make your scores appear better
什麼是Smartschool Uplifter?
Smartschool Uplifter是由Turbo_Jump開發的Chrome擴展程式,該擴展的主要功能是“A chrome extension that will make your scores appear better”。
擴展截圖
下載Smartschool Uplifter擴展crx文件
下載Smartschool Uplifter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Turns your scores back into green even when you don't have above 65% on a test
擴展基本資訊
名稱 | Smartschool Uplifter |
ID | achbmapihopafpcmbfcknmopheeepedb |
官方網址 | https://chromewebstore.google.com/detail/smartschool-uplifter/achbmapihopafpcmbfcknmopheeepedb |
簡介 | A chrome extension that will make your scores appear better |
檔案大小 | 19.11 KB |
安裝次數 | 2,345 |
目前版本 | 1.0.2 |
更新時間 | 2022-12-27 |
上架時間 | 2022-12-25 |
評分 | 2.40/5 共 5 次評分 |
開發者 | Turbo_Jump |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Smartschool Uplifter", "version": "1.0.2", "description": "A chrome extension that will make your scores appear better", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.smartschool.be\/results\/*" ], "js": [ "script.js" ] } ] } |