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": "Hanzii: T\u1eeb \u0111i\u1ec3n Trung Vi\u1ec7t, Vi\u1ec7t Trung", "version": "1.2.3", "description": "D\u1ecbch ti\u1ebfng Trung & t\u1eeb \u0111i\u1ec3n ti\u1ebfng Trung Hanzii", "manifest_version": 3, "externally_connectable": { "matches": [ "*:\/\/*.hanzii.net\/*" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ ".\/libs\/contents.js", ".\/libs\/common.js" ], "css": [ ".\/css\/contents.css" ], "all_frames": true, "run_at": "document_end" } ], "action": { "default_popup": "index.html", "default_title": "Hanzii", "default_icon": "favicon.ico" }, "icons": { "16": "assets\/images\/icon\/16.png", "32": "assets\/images\/icon\/32.png", "48": "assets\/images\/icon\/48.png", "128": "assets\/images\/icon\/128.png" }, "permissions": [ "storage", "background" ], "web_accessible_resources": [ { "resources": [ "locales\/*.json", "favicon.ico", "chrome-search:\/\/**", "*.mp3" ], "matches": [ "*:\/\/*\/*" ] } ], "background": { "service_worker": "libs\/background.js" } }