Luas Times
Luas Realtime Updates
What is Luas Times?
Luas Times is a Chrome extension developed by gsher, and its main feature is "Luas Realtime Updates".
Extension Screenshots
Download Luas Times Extension CRX File
Download Luas Times extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Chrome extension that helps users to check the real time status of the Luas
Extension Basic Information
Name | |
ID | mfpddooadkockaigjfhdkmabinpcfjkd |
Official URL | https://chromewebstore.google.com/detail/luas-times/mfpddooadkockaigjfhdkmabinpcfjkd |
Description | Luas Realtime Updates |
File Size | 756 KB |
Installation Count | 95 |
Current Version | 1.1 |
Last Updated | 2023-03-28 |
Publish Date | 2020-06-15 |
Rating | 5.00/5 Total 4 Ratings |
Developer | gsher |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Luas Times", "version": "1.1", "description": "Luas Realtime Updates", "permissions": [ "storage", "https:\/\/luasforecasts.rpa.ie\/*" ], "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_title": "Make this page red", "default_icon": { "16": "images\/luaslogo16.png", "32": "images\/luaslogo32.png", "48": "images\/luaslogo48.png", "128": "images\/luaslogo128.png" } }, "icons": { "16": "images\/luaslogo16.png", "32": "images\/luaslogo32.png", "48": "images\/luaslogo48.png", "128": "images\/luaslogo128.png" }, "manifest_version": 2 } |