Pepper Grid

Brings back the best grid layout for Pepper websites. Report issues on [email protected].

Cos'è Pepper Grid?

Pepper Grid è un'estensione di Chrome sviluppata da CoUsT, e la sua funzione principale è "Brings back the best grid layout for Pepper websites. Report issues on [email protected].".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Pepper Grid

Scarica i file di estensione Pepper Grid 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

                        Brings back the best grid layout for Pepper websites. The layout is as close as possible to the old grid layout while making full use of the workspace.

Check screenshot for grid layout.

If something breaks or doesn't work, please report on Discord (coust8894) or [email protected].                    

Informazioni di Base sull'Estensione

Nome Pepper Grid Pepper Grid
ID ijikeihjoblmjokjojiincoieadkneli
URL Ufficiale https://chromewebstore.google.com/detail/pepper-grid/ijikeihjoblmjokjojiincoieadkneli
Descrizione Brings back the best grid layout for Pepper websites. Report issues on [email protected].
Dimensione del File 5.03 KB
Conteggio Installazioni 62
Versione Corrente 1.0.5
Ultimo Aggiornamento 2023-06-28
Data di Pubblicazione 2020-12-08
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore CoUsT
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pepper Grid",
    "description": "Brings back the best grid layout for Pepper websites. Report issues on [email protected].",
    "version": "1.0.5",
    "manifest_version": 2,
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.pepper.pl\/*",
                "*:\/\/*.promodescuentos.com\/*",
                "*:\/\/*.pelando.com.br\/*",
                "*:\/\/*.hotukdeals.com\/*",
                "*:\/\/*.dealabs.com\/*",
                "*:\/\/*.nl.pepper.com\/*",
                "*:\/\/*.mydealz.de\/*",
                "*:\/\/*.preisjaeger.at\/*",
                "*:\/\/*.desidime.com\/*",
                "*:\/\/*.chollometro.com\/*",
                "*:\/\/*.pepper.ru\/*",
                "*:\/\/*.pepper.it\/*"
            ],
            "js": [],
            "css": [
                "styles\/grid.css"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}