SpigotSearchEngine

SpigotMC Search Engine

Cos'è SpigotSearchEngine?

SpigotSearchEngine è un'estensione di Chrome sviluppata da fof1092, e la sua funzione principale è "SpigotMC Search Engine".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione SpigotSearchEngine

Scarica i file di estensione SpigotSearchEngine in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome SpigotSearchEngine SpigotSearchEngine
ID jijkkfpjbhbnigfkmapgjdhgfjdefmbh
URL Ufficiale https://chromewebstore.google.com/detail/spigotsearchengine/jijkkfpjbhbnigfkmapgjdhgfjdefmbh
Descrizione SpigotMC Search Engine
Dimensione del File 43.91 KB
Conteggio Installazioni 1,695
Versione Corrente 3.0.1
Ultimo Aggiornamento 2023-10-24
Data di Pubblicazione 2020-06-26
Valutazione 5.00/5 Totale 22 Valutazioni
Sviluppatore fof1092
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://fof1092.de/datenschutz.html
Lingue Supportate 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"
    }
}