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", "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'" }