Spigot Update Templates
Save various templates to make updates look better and less tedious to setup!
What is Spigot Update Templates?
Spigot Update Templates is a Chrome extension developed by Benz56, and its main feature is "Save various templates to make updates look better and less tedious to setup!".
Extension Screenshots
Download Spigot Update Templates Extension CRX File
Download Spigot Update Templates 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
Extension Basic Information
Name | Spigot Update Templates |
ID | dkaognebnlidnnfeomjhhcliclchbmlp |
Official URL | https://chromewebstore.google.com/detail/spigot-update-templates/dkaognebnlidnnfeomjhhcliclchbmlp |
Description | Save various templates to make updates look better and less tedious to setup! |
File Size | 15.19 KB |
Installation Count | 47 |
Current Version | 1.5.0 |
Last Updated | 2019-01-22 |
Publish Date | 2019-01-22 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Benz56 |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Spigot Update Templates", "version": "1.5.0", "description": "Save various templates to make updates look better and less tedious to setup!", "permissions": [ "https:\/\/www.spigotmc.org\/*", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.spigotmc.org\/resources\/*\/add-version", "https:\/\/www.spigotmc.org\/resources\/*\/edit", "https:\/\/www.spigotmc.org\/resources\/add" ], "js": [ "widgets\/templateStorage.js", "templateHTML.js", "widgets\/visual.js" ], "run_at": "document_idle" } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon16.png", "default_popup": "popup\/popup.html" }, "manifest_version": 2 } |