Anonymous to 15 year old kid

Replaces the text 'anonymous' by '15 year old kid'.

Что такое Anonymous to 15 year old kid?

Anonymous to 15 year old kid - это расширение Chrome, разработанное amonije, и его основная функция - "Replaces the text 'anonymous' by '15 year old kid'.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Anonymous to 15 year old kid

Скачайте файлы расширений Anonymous to 15 year old kid в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This extension replaces all "Anonymous" words by "group of 15 year old kids" and other things on web pages. The results are funny.


FAQ:

- Why ?
--> Because

- It's not funny
--> I don't care

Source code here: https://github.com/Malharhak/Anonymous-To-15-Year-Old-Kid if you're a 15 year old hacker that wants to hackitty hack.                    

Основная информация о расширении

Название Anonymous to 15 year old kid Anonymous to 15 year old kid
ID lkfinojjbbpiedipbemghkhlbjiobjoa
Официальный URL https://chrome.google.com/webstore/detail/anonymous-to-15-year-old/lkfinojjbbpiedipbemghkhlbjiobjoa
Описание Replaces the text 'anonymous' by '15 year old kid'.
Размер файла 3.66 KB
Количество установок 28
Текущая Версия 1.2
Последнее Обновление 2015-11-30
Дата публикации 2015-11-30
Рейтинг 3.83/5 Всего 6 оценок
Разработчик amonije
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Anonymous to 15 year old kid",
    "version": "1.2",
    "description": "Replaces the text 'anonymous' by '15 year old kid'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}