SpigotSearchEngine
SpigotMC Search Engine
What is SpigotSearchEngine?
SpigotSearchEngine is a Chrome extension developed by fof1092, and its main feature is "SpigotMC Search Engine".
Extension Screenshots
Download SpigotSearchEngine Extension CRX File
Download SpigotSearchEngine 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
SpigotSearchEngine is a Browser Addon, it will help you to find any Resources on SpigotMC.org with the help of the added Searching bar. All Resources are sorted by their Priority (Plugin Rating, number of downloads and more)! :)
Extension Basic Information
Name | SpigotSearchEngine |
ID | jijkkfpjbhbnigfkmapgjdhgfjdefmbh |
Official URL | https://chromewebstore.google.com/detail/spigotsearchengine/jijkkfpjbhbnigfkmapgjdhgfjdefmbh |
Description | SpigotMC Search Engine |
File Size | 43.91 KB |
Installation Count | 1,695 |
Current Version | 3.0.1 |
Last Updated | 2023-10-24 |
Publish Date | 2020-06-26 |
Rating | 5.00/5 Total 22 Ratings |
Developer | fof1092 |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://fof1092.de/datenschutz.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SpigotSearchEngine", "version": "3.0.1", "description": "SpigotMC Search Engine", "icons": { "128": "SpigotSearchEngine.png", "48": "SpigotSearchEngine.png", "16": "SpigotSearchEngine.png" }, "host_permissions": [ "https:\/\/fof1092.de\/Plugins\/SSE\/resourceSearchV2.php*", "https:\/\/fof1092.de\/Plugins\/SSE\/randomPlugin.php*", "https:\/\/fof1092.de\/Plugins\/SSE\/status.php*", "https:\/\/www.spigotmc.org\/resources\/*" ], "action": { "default_icon": { "16": "SpigotSearchEngine.png", "48": "SpigotSearchEngine.png", "128": "SpigotSearchEngine.png" } }, "content_scripts": [ { "js": [ "Library\/countUp.js", "SSELocalStorage.js", "Resources\/Classes\/ResourceAuthor.js", "Resources\/Classes\/ResourceCategory.js", "Resources\/Classes\/ResourceDownload.js", "Resources\/Classes\/ResourcePrice.js", "Resources\/Classes\/ResourceRating.js", "Resources\/Classes\/ResourceTestedMinecraftVersions.js", "Resources\/Classes\/ResourceTime.js", "Resources\/Resource.js", "Resources\/ResourceListener.js", "SSEStatus.js", "SSEGuiManager.js", "SpigotSearchEngine.js" ], "css": [ "SpigotSearchEngine.css" ], "matches": [ "https:\/\/www.spigotmc.org\/resources\/", "https:\/\/www.spigotmc.org\/resources\/?*", "https:\/\/www.spigotmc.org\/resources\/categories\/*" ], "run_at": "document_idle" } ], "background": { "service_worker": "SpigotSearchEngineBackgroundChrome.js" } } |