Random Pokemon Generator

Create Your Own Pokemon Adventure using randomgenerate.io Extnesion.

Что такое Random Pokemon Generator?

Random Pokemon Generator - это расширение Chrome, разработанное creditcardgenerator.app, и его основная функция - "Create Your Own Pokemon Adventure using randomgenerate.io Extnesion.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Random Pokemon Generator

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

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

                        Generate random Pokémon and explore endless possibilities with randomgenerate.io                    

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

Название Random Pokemon Generator Random Pokemon Generator
ID lclacgfomppmehhaldknmffkbncklogd
Официальный URL https://chromewebstore.google.com/detail/random-pokemon-generator/lclacgfomppmehhaldknmffkbncklogd
Описание Create Your Own Pokemon Adventure using randomgenerate.io Extnesion.
Размер файла 313 KB
Количество установок 48
Текущая Версия 1.0
Последнее Обновление 2023-04-30
Дата публикации 2023-04-29
Разработчик creditcardgenerator.app
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://randomgenerate.io/random-pokemon-generator
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Random Pokemon Generator",
    "version": "1.0",
    "manifest_version": 3,
    "description": "Create Your Own Pokemon Adventure using randomgenerate.io Extnesion.",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}