Turn NSFW Content into Food Porn
Turn NSFW Content into Food Porn
Vad är Turn NSFW Content into Food Porn?
Turn NSFW Content into Food Porn är en Chrome-tillägg utvecklad av DEVOUR, och dess huvudfunktion är "Turn NSFW Content into Food Porn".
Tilläggsskärmbilder
Ladda ner Turn NSFW Content into Food Porn-förlängningens CRX-fil
Ladda ner Turn NSFW Content into Food Porn-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
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. Grundläggande Information om Tillägg
| Namn | |
| ID | nhahpgnljgcmfgjjpeoibglcmpddnnff |
| Officiell webbadress | https://chromewebstore.google.com/detail/turn-nsfw-content-into-fo/nhahpgnljgcmfgjjpeoibglcmpddnnff |
| Beskrivning | Turn NSFW Content into Food Porn |
| Filstorlek | 282 KB |
| Antal Installationer | 38 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2019-03-22 |
| Publiceringsdatum | 2019-03-20 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | DEVOUR |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://www.devour-foods.com/privacy |
| Stödda Språk | 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"
]
} | |