Trident to Metal Gear

Replaces the text 'Trident' with 'Metal Gear'.

Что такое Trident to Metal Gear?

Trident to Metal Gear - это расширение Chrome, разработанное Sledra, и его основная функция - "Replaces the text 'Trident' with 'Metal Gear'.".

Скачать файл CRX расширения Trident to Metal Gear

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

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

                        Replaces the word "Trident" with "Metal Gear". Jeremy Corbyn does look a bit like Revolver Ocelot doesn't he....                    

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

Название Trident to Metal Gear Trident to Metal Gear
ID hbchjejfaipciplpfkilelpodaijgjmk
Официальный URL https://chrome.google.com/webstore/detail/trident-to-metal-gear/hbchjejfaipciplpfkilelpodaijgjmk
Описание Replaces the text 'Trident' with 'Metal Gear'.
Размер файла 3.35 KB
Количество установок 27
Текущая Версия 1.0
Последнее Обновление 2015-10-02
Дата публикации 2015-10-02
Разработчик Sledra
Тип оплаты free
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trident to Metal Gear",
    "version": "1.0",
    "description": "Replaces the text 'Trident' with 'Metal Gear'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}