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": "CT Autofill", "description": "Autofill job application with your CTgoodjobs profile details in one click.", "version": "1.2.0", "icons": { "16": "\/icons\/16x.png", "32": "\/icons\/32x.png", "48": "\/icons\/48x.png", "128": "\/icons\/128x.png" }, "background": { "service_worker": "serviceWorker.bundle.js", "type": "module" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "contentScript.bundle.js", "\/js\/keen-slider.min.js", "\/js\/smooth-scrollbar.js", "\/js\/imagesloaded.pkgd.min.js" ], "css": [ "\/css\/right-popup.css", "\/css\/keen-slider.min.css", "\/css\/css2.css" ] } ], "host_permissions": [ "*:\/\/ctgoodjobs.hk\/*" ], "permissions": [ "cookies", "tabs", "activeTab" ], "options_ui": { "page": "options.html", "open_in_tab": true }, "action": { "_default_title": "CTGoodJobs", "default_popup": "popup.html", "_default_icon": { "16": "\/icons\/16x.png", "32": "\/icons\/32x.png", "48": "\/icons\/48x.png", "128": "\/icons\/128x.png" } }, "web_accessible_resources": [ { "resources": [ "\/js\/keen-slider.min.js", "\/js\/smooth-scrollbar.js", "\/js\/imagesloaded.pkgd.min.js", "\/css\/right-popup.css", "\/css\/keen-slider.min.css", "\/css\/css2.css", "\/images\/*" ], "matches": [ "<all_urls>" ] } ] }