CMG Hacks
Adds things to cool math games to make it better! Click the icon to learn more!
什麼是CMG Hacks?
CMG Hacks是由Theo's Tech Tips開發的Chrome擴展程式,該擴展的主要功能是“Adds things to cool math games to make it better! Click the icon to learn more!”。
擴展截圖
下載CMG Hacks擴展crx文件
下載CMG Hacks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Adds things to cool math games to make it better! It adds a full screen experience to any game with a 0 in front of it (except CMG chess). The newest version gets rid of the super-annoying popup in the middle of the game that shows an ad! If you find any bugs, PLEASE email me ASAP so I can fix them! My email address is [email protected].
擴展基本資訊
名稱 | CMG Hacks |
ID | amfkjkkmmmefdhndgefeeeeaoiajbmea |
官方網址 | https://chromewebstore.google.com/detail/cmg-hacks/amfkjkkmmmefdhndgefeeeeaoiajbmea |
簡介 | Adds things to cool math games to make it better! Click the icon to learn more! |
檔案大小 | 419 KB |
安裝次數 | 5,000 |
目前版本 | 3.1 |
更新時間 | 2023-10-24 |
上架時間 | 2020-10-05 |
評分 | 3.60/5 共 15 次評分 |
開發者 | Theo's Tech Tips |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://math-boy11.github.io/CMG-Hacks/privacy.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CMG Hacks", "description": "Adds things to cool math games to make it better! Click the icon to learn more!", "version": "3.1", "permissions": [ "cookies" ], "host_permissions": [ "http:\/\/www.coolmathgames.com\/" ], "content_scripts": [ { "matches": [ "*:\/\/www.coolmathgames.com\/0-*", "*:\/\/coolmathgames.com\/0-*" ], "js": [ "jquery.js", "content.js" ] } ], "icons": { "16": "icons\/icon_16x16.png", "32": "icons\/icon_32x32.png", "128": "icons\/icon_128x128.png" }, "action": { "default_icon": "icons\/icon_16x16.png", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" } } |