Turn NSFW Content into Food Porn
Turn NSFW Content into Food Porn
Was ist Turn NSFW Content into Food Porn?
Turn NSFW Content into Food Porn ist eine Chrome-Erweiterung, die von DEVOUR entwickelt wurde, und ihr Hauptmerkmal ist "Turn NSFW Content into Food Porn".
Erweiterungsscreenshots
Turn NSFW Content into Food Porn-Erweiterungs-CRX-Datei herunterladen
Laden Sie Turn NSFW Content into Food Porn-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
The DEVOUR extension replaces (select) images and videos of NSFW content with the most mouth-watering tender meats, creamy sauces, crispy crusts & gooey cheeses the internet has ever seen. Never Just Eat, DEVOUR. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | nhahpgnljgcmfgjjpeoibglcmpddnnff |
| Offizielle URL | https://chromewebstore.google.com/detail/turn-nsfw-content-into-fo/nhahpgnljgcmfgjjpeoibglcmpddnnff |
| Beschreibung | Turn NSFW Content into Food Porn |
| Dateigröße | 282 KB |
| Installationsanzahl | 38 |
| Aktuelle Version | 1.0.1 |
| Letztes Update | 2019-03-22 |
| Veröffentlichungsdatum | 2019-03-20 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | DEVOUR |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://www.devour-foods.com/privacy |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Turn NSFW Content into Food Porn",
"version": "1.0.1",
"manifest_version": 2,
"description": "Turn NSFW Content into Food Porn",
"homepage_url": "https:\/\/devour-foods.com",
"icons": {
"16": "icons\/favicon-16x16.png",
"48": "icons\/favicon-48x48.png",
"128": "icons\/favicon-128x128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"src\/bg\/background.js"
],
"persistent": true
},
"browser_action": {
"default_icon": "icons\/favicon-32x32.png"
},
"permissions": [
"activeTab"
],
"web_accessible_resources": [
"js\/jquery\/jquery.min.js",
"src\/inject\/inject.js"
]
} | |