Popup Annoyer
A simple chrome extensions, just to annoy people. That's it.
Что такое Popup Annoyer?
Popup Annoyer - это расширение Chrome, разработанное https://kris10ansn.github.io, и его основная функция - "A simple chrome extensions, just to annoy people. That's it.".
Снимки экрана расширения
Скачать файл CRX расширения Popup Annoyer
Скачайте файлы расширений Popup Annoyer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Use this on whoever at your own risk, I do not take responsibility of anything that happens when this extension is used :) Основная информация о расширении
| Название | |
| ID | hpgmmcbcpgjlkfpdelbidecgohplfcck |
| Официальный URL | https://chromewebstore.google.com/detail/popup-annoyer/hpgmmcbcpgjlkfpdelbidecgohplfcck |
| Описание | A simple chrome extensions, just to annoy people. That's it. |
| Размер файла | 196 KB |
| Количество установок | 6,159 |
| Текущая Версия | 1.1.0 |
| Последнее Обновление | 2019-12-07 |
| Дата публикации | 2019-12-07 |
| Рейтинг | 4.29/5 Всего 7 оценок |
| Разработчик | https://kris10ansn.github.io |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://kris10ansn.github.io |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Popup Annoyer",
"short_name": "Annoyer",
"version": "1.1.0",
"description": "A simple chrome extensions, just to annoy people. That's it.",
"icons": {
"16": "icons\/icon16.jpg",
"48": "icons\/icon48.jpg",
"128": "icons\/icon128.jpg"
},
"browser_action": {
"default_popup": "index.html"
},
"offline_enabled": true,
"manifest_version": 2
} | |