Fake News
Why read regular boring news, when you can enjoy fake news! to turn off this extension go to chrome://extensions
Что такое Fake News?
Fake News - это расширение Chrome, разработанное Unknown, и его основная функция - "Why read regular boring news, when you can enjoy fake news! to turn off this extension go to chrome://extensions".
Снимки экрана расширения
Скачать файл CRX расширения Fake News
Скачайте файлы расширений Fake News в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Someone made an app that detects fake news, so naturally I made an app that generates fake news by swapping out words to make the news more enjoyable!
*************
the toolbar icon doesn't have much function, so to turn this extension off looks at the screenshot I included.
*************
--------
Mustache Hat Icon made by Freepik at http://www.freepik.com hosted on www.flaticon.com is licensed by www.flaticon.com is licensed by http://creativecommons.org/licenses/by/3.0/ Creative Commons BY 3.0
-------- Основная информация о расширении
| Название | |
| ID | falhghpclihcfppjfmkekipacjnjmdfn |
| Официальный URL | https://chromewebstore.google.com/detail/fake-news/falhghpclihcfppjfmkekipacjnjmdfn |
| Описание | Why read regular boring news, when you can enjoy fake news! to turn off this extension go to chrome://extensions |
| Размер файла | 64.69 KB |
| Количество установок | 35 |
| Текущая Версия | 1.1 |
| Последнее Обновление | 2019-03-06 |
| Дата публикации | 2019-03-05 |
| Рейтинг | 4.67/5 Всего 6 оценок |
| Разработчик | Unknown |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Fake News",
"description": "Why read regular boring news, when you can enjoy fake news! to turn off this extension go to chrome:\/\/extensions",
"version": "1.1",
"icons": {
"128": "hat.png"
},
"page_action": {
"default_icon": "hat1.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |