Safe 2 EAT
We display hygiene ratings next to JustEat and HungryHouse take aways
Vad är Safe 2 EAT?
Safe 2 EAT är en Chrome-tillägg utvecklad av Argha Sarkar, och dess huvudfunktion är "We display hygiene ratings next to JustEat and HungryHouse take aways".
Tilläggsskärmbilder
Ladda ner Safe 2 EAT-förlängningens CRX-fil
Ladda ner Safe 2 EAT-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
Safe2Eat helps you to ensure the food you order from JustEat and Deliveroo is safe. It gets the Food Standards Agency (Government agency which carries out restaurant and takeaway inspections) hygiene rating and displays the green label next to your take away. The green label from Food Standards Agency gives a general idea about how clean your food is going to be. Anything below 3 is considered to be quite bad in my opinion.
Grundläggande Information om Tillägg
Namn | |
ID | glfnoaecfcmdpiaofipejdnccoajnakc |
Officiell webbadress | https://chrome.google.com/webstore/detail/safe-2-eat/glfnoaecfcmdpiaofipejdnccoajnakc |
Beskrivning | We display hygiene ratings next to JustEat and HungryHouse take aways |
Filstorlek | 90.24 KB |
Antal Installationer | 19 |
Aktuell Version | 2.0.1 |
Senast Uppdaterad | 2019-05-15 |
Publiceringsdatum | 2019-05-15 |
Betyg | 4.13/5 Totalt 8 Betyg |
Utvecklare | Argha Sarkar |
E-post | [email protected] |
Betalningssätt | free |
Hjälpsida URL | https://github.com/arghasarkar/Safe2Eat |
Stödda Språk | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Safe 2 EAT", "version": "2.0.1", "manifest_version": 2, "options_page": "options.html", "description": "We display hygiene ratings next to JustEat and HungryHouse take aways", "browser_action": { "default_icon": { "19": "images\/icons\/take-away-32.png", "38": "images\/icons\/take-away-64.png" }, "default_popup": "popup.html" }, "icons": { "16": "images\/icons\/take-away-32.png", "128": "images\/icons\/take-away-64.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.pusher.com; object-src 'self'", "permissions": [ "contextMenus", "activeTab", "webRequest", "storage", "https:\/\/*.pusher.com\/*", "*:\/\/pusher.com\/*", "*:\/\/*.pusher.com\/", "http:\/\/getcouper.com:8000\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/vendors\/jquery.js" ] }, { "matches": [ " |