LiveForum
Giving a glass of ice water to forum.ge users
What is LiveForum?
LiveForum is a Chrome extension developed by slev7n, and its main feature is "Giving a glass of ice water to forum.ge users".
Extension Screenshots
Download LiveForum Extension CRX File
Download LiveForum 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
Ergonomic text editing for forum.ge
Extension Basic Information
Name | LiveForum |
ID | ndgkajmambbiknophepokfnnangenaab |
Official URL | https://chromewebstore.google.com/detail/liveforum/ndgkajmambbiknophepokfnnangenaab |
Description | Giving a glass of ice water to forum.ge users |
File Size | 31.46 KB |
Installation Count | 280 |
Current Version | 4.0.8 |
Last Updated | 2021-02-23 |
Publish Date | 2018-04-23 |
Rating | 4.93/5 Total 14 Ratings |
Developer | slev7n |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LiveForum", "version": "4.0.8", "description": "Giving a glass of ice water to forum.ge users", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "web_accessible_resources": [ "icons\/wallpaper.svg" ], "content_scripts": [ { "matches": [ "*:\/\/forum.ge\/*", "*:\/\/*.forum.ge\/*" ], "js": [ "modules\/setup.js", "modules\/storage.js", "modules\/notifications.js", "modules\/liveforum.js", "index.js" ], "css": [ "css\/style.css" ] } ] } |