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": "Taiwan Railway Purchase Auto Rename", "description": "Auto rename purchase when download from Taiwan Railway website", "version": "0.1.0", "manifest_version": 3, "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.railway.gov.tw\/*" ], "js": [ "content-script.js" ] } ] }