SpigotSearchEngine

SpigotMC Search Engine

Vad är SpigotSearchEngine?

SpigotSearchEngine är en Chrome-tillägg utvecklad av fof1092, och dess huvudfunktion är "SpigotMC Search Engine".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner SpigotSearchEngine-förlängningens CRX-fil

Ladda ner SpigotSearchEngine-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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)! :)                    

Grundläggande Information om Tillägg

Namn SpigotSearchEngine SpigotSearchEngine
ID jijkkfpjbhbnigfkmapgjdhgfjdefmbh
Officiell webbadress https://chromewebstore.google.com/detail/spigotsearchengine/jijkkfpjbhbnigfkmapgjdhgfjdefmbh
Beskrivning SpigotMC Search Engine
Filstorlek 43.91 KB
Antal Installationer 1,695
Aktuell Version 3.0.1
Senast Uppdaterad 2023-10-24
Publiceringsdatum 2020-06-26
Betyg 5.00/5 Totalt 22 Betyg
Utvecklare fof1092
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://fof1092.de/datenschutz.html
Stödda Språk 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"
    }
}