NomOrVom
How clean is your takeaway? Food.gov.uk hygiene scores in your Just Eat, Hungry House and Deliveroo search results
Qu'est-ce que NomOrVom ?
NomOrVom est une extension Chrome développée par Dutts, et sa fonction principale est "How clean is your takeaway? Food.gov.uk hygiene scores in your Just Eat, Hungry House and Deliveroo search results".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension NomOrVom
Téléchargez les fichiers d'extension NomOrVom au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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)
Informations de Base sur l'Extension
Nom | NomOrVom |
ID | dlddncninpbgmlehociemoojbhhhnmph |
URL Officiel | https://chromewebstore.google.com/detail/nomorvom/dlddncninpbgmlehociemoojbhhhnmph |
Description | How clean is your takeaway? Food.gov.uk hygiene scores in your Just Eat, Hungry House and Deliveroo search results |
Taille du Fichier | 40.96 KB |
Nombre d'Installations | 68 |
Version Actuelle | 0.27 |
Dernière Mise à Jour | 2020-04-08 |
Date de Publication | 2020-04-08 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | Dutts |
Type de Paiement | free |
Site Web de l'Extension | http://nomorvom.co.uk |
Langues Prises en Charge | 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" ] } |