Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "FPTU Move Out Class Tool", "description": "Ti\u1ec7n \u00edch h\u1ed7 tr\u1ee3 sinh vi\u00ean FPTU xem l\u1ecbch, chuy\u1ec3n l\u1edbp nhanh tr\u00ean FAP", "version": "1.3.8.4", "content_scripts": [ { "js": [ "index.js" ], "css": [ "index.css" ], "matches": [ "https:\/\/fap.fpt.edu.vn\/*" ] } ], "permissions": [ "storage" ], "host_permissions": [ "https:\/\/fap.fpt.edu.vn\/*" ], "action": { "default_icon": "image.png" }, "icons": { "16": "image.png", "32": "image.png", "48": "image.png", "128": "image.png" } }