Turn NSFW Content into Food Porn
Turn NSFW Content into Food Porn
Что такое Turn NSFW Content into Food Porn?
Turn NSFW Content into Food Porn - это расширение Chrome, разработанное DEVOUR, и его основная функция - "Turn NSFW Content into Food Porn".
Снимки экрана расширения
Скачать файл CRX расширения Turn NSFW Content into Food Porn
Скачайте файлы расширений Turn NSFW Content into Food Porn в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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. Основная информация о расширении
| Название | |
| ID | nhahpgnljgcmfgjjpeoibglcmpddnnff |
| Официальный URL | https://chromewebstore.google.com/detail/turn-nsfw-content-into-fo/nhahpgnljgcmfgjjpeoibglcmpddnnff |
| Описание | Turn NSFW Content into Food Porn |
| Размер файла | 282 KB |
| Количество установок | 38 |
| Текущая Версия | 1.0.1 |
| Последнее Обновление | 2019-03-22 |
| Дата публикации | 2019-03-20 |
| Рейтинг | 5.00/5 Всего 3 оценок |
| Разработчик | DEVOUR |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| URL страницы политики конфиденциальности | https://www.devour-foods.com/privacy |
| Поддерживаемые языки | 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"
]
} | |