Turn NSFW Content into Food Porn
Turn NSFW Content into Food Porn
Wat is Turn NSFW Content into Food Porn?
Turn NSFW Content into Food Porn is een Chrome-extensie ontwikkeld door DEVOUR, en de belangrijkste functie is "Turn NSFW Content into Food Porn".
Extensie Screenshots
Download het CRX-bestand van de extensie Turn NSFW Content into Food Porn
Download Turn NSFW Content into Food Porn-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | nhahpgnljgcmfgjjpeoibglcmpddnnff |
| Officiële URL | https://chromewebstore.google.com/detail/turn-nsfw-content-into-fo/nhahpgnljgcmfgjjpeoibglcmpddnnff |
| Beschrijving | Turn NSFW Content into Food Porn |
| Bestandsgrootte | 282 KB |
| Aantal Installaties | 38 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2019-03-22 |
| Publicatiedatum | 2019-03-20 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | DEVOUR |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://www.devour-foods.com/privacy |
| Ondersteunde Talen | 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"
]
} | |