Annoying Browsing
Whether you want to annoy your friend or annoy yourself, 'Annoying Browsing' is a perfect tool to do that
Что такое Annoying Browsing?
Annoying Browsing - это расширение Chrome, разработанное kalandrey92, и его основная функция - "Whether you want to annoy your friend or annoy yourself, 'Annoying Browsing' is a perfect tool to do that".
Снимки экрана расширения
Скачать файл CRX расширения Annoying Browsing
Скачайте файлы расширений Annoying Browsing в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
                        Sometimes you just want to spice up your regular internet browsing experience. There's a ton of very helpful extensions out there which make your life easier. This extension doesn't. Experience hardcore rages and headache-inducing fonts or make text completely disappear. Perfect to use on your friend's computer.                     Основная информация о расширении
| Название |   |  
| ID | amocooflhobdfdnlkpdnapkcafolalhh | 
| Официальный URL | https://chromewebstore.google.com/detail/annoying-browsing/amocooflhobdfdnlkpdnapkcafolalhh | 
| Описание | Whether you want to annoy your friend or annoy yourself, 'Annoying Browsing' is a perfect tool to do that | 
| Размер файла | 4.43 KB | 
| Количество установок | 859 | 
| Текущая Версия | 1 | 
| Последнее Обновление | 2016-12-18 | 
| Дата публикации | 2016-12-18 | 
| Рейтинг | 3.00/5 Всего 2 оценок | 
| Разработчик | kalandrey92 | 
| Электронная почта | [email protected] | 
| Тип оплаты | free | 
| Поддерживаемые языки | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Annoying Browsing",
    "version": "1",
    "permissions": [
        "activeTab"
    ],
    "description": "Whether you want to annoy your friend or annoy yourself, 'Annoying Browsing' is a perfect tool to do that",
    "background": {
        "scripts": [
            "script.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html"
    }
}  |  |