NomOrVom
How clean is your takeaway? Food.gov.uk hygiene scores in your Just Eat, Hungry House and Deliveroo search results
Cos'è NomOrVom?
NomOrVom è un'estensione di Chrome sviluppata da Dutts, e la sua funzione principale è "How clean is your takeaway? Food.gov.uk hygiene scores in your Just Eat, Hungry House and Deliveroo search results".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NomOrVom
Scarica i file di estensione NomOrVom 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
                        Never eat from a dodgy takeaway again. 
Display food.gov.uk food hygiene scores in your Just Eat, Hungry House and Deliveroo search results.
NOW SUPPORTS DELIVEROO!!!
v0.27 Change Log
===============
- Updated for Just Eat page layout change
v0.24 Change Log
================
- Replaced slider to remove dependency on jQuery.
- Removed jQuery and jQueryUI to improve performance and stability.
v0.23 Change Log
================
- Basic (non filtered) Scottish takeaway support.
- Basic (non filtered) Deliveroo support.
v0.22 Change Log
================
- UI tweak (prettier)
- Code optimisations (quicker)                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | dlddncninpbgmlehociemoojbhhhnmph | 
| URL Ufficiale | https://chromewebstore.google.com/detail/nomorvom/dlddncninpbgmlehociemoojbhhhnmph | 
| Descrizione | How clean is your takeaway? Food.gov.uk hygiene scores in your Just Eat, Hungry House and Deliveroo search results | 
| Dimensione del File | 40.96 KB | 
| Conteggio Installazioni | 68 | 
| Versione Corrente | 0.27 | 
| Ultimo Aggiornamento | 2020-04-08 | 
| Data di Pubblicazione | 2020-04-08 | 
| Valutazione | 5.00/5 Totale 5 Valutazioni | 
| Sviluppatore | Dutts | 
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | http://nomorvom.co.uk | 
| Lingue Supportate | en-GB | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NomOrVom",
    "version": "0.27",
    "description": "How clean is your takeaway? Food.gov.uk hygiene scores in your Just Eat, Hungry House and Deliveroo search results",
    "author": "Richard Dutton",
    "icons": {
        "32": "toilet-paper-icon_32.png",
        "48": "toilet-paper-icon_48.png",
        "64": "toilet-paper-icon_64.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.just-eat.co.uk\/area\/*",
                "http:\/\/just-eat.co.uk\/area\/*",
                "https:\/\/www.just-eat.co.uk\/area\/*",
                "https:\/\/just-eat.co.uk\/area\/*",
                "http:\/\/www.hungryhouse.co.uk\/takeaways\/*",
                "http:\/\/hungryhouse.co.uk\/takeaways\/*",
                "https:\/\/www.hungryhouse.co.uk\/takeaways\/*",
                "https:\/\/hungryhouse.co.uk\/takeaways\/*",
                "http:\/\/www.deliveroo.co.uk\/restaurants\/*",
                "http:\/\/deliveroo.co.uk\/restaurants\/*",
                "https:\/\/www.deliveroo.co.uk\/restaurants\/*",
                "https:\/\/deliveroo.co.uk\/restaurants\/*"
            ],
            "css": [
                "nomorvom.css",
                "nouislider.min.css"
            ],
            "js": [
                "nouislider.min.js",
                "purify.min.js",
                "api.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/*.food.gov.uk\/",
        "https:\/\/*.food.gov.uk\/",
        "http:\/\/hungryhouse.co.uk\/*",
        "https:\/\/hungryhouse.co.uk\/*",
        "https:\/\/www.just-eat.co.uk\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "48-fork-and-knife-icon.png",
        "toilet-paper-icon_32.png",
        "loading.gif"
    ]
}  |  |