Algadon Invite Link Grabber

Copy the FB Algadon Call to Arms URL

Что такое Algadon Invite Link Grabber?

Algadon Invite Link Grabber - это расширение Chrome, разработанное https://fb.algadon.com, и его основная функция - "Copy the FB Algadon Call to Arms URL".

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

screenshot

Скачать файл CRX расширения Algadon Invite Link Grabber

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

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

                        For the Algadon multi-player medieval/fantasy game on Facebook, this extension allows players to easily copy the invite URL for monsters to share with fiends!  Now your allies can quickly and easily battle alongside you in your monster summons! 

Just click the button, and the URL is automatically copied to your clipboard, ready to paste anywhere!

Also, if you are not already on Algadon, the button is a quick and convenient way to load the game!                    

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

Название Algadon Invite Link Grabber Algadon Invite Link Grabber
ID okbdphfkalkladjfclmjbmccobkpfoae
Официальный URL https://chrome.google.com/webstore/detail/okbdphfkalkladjfclmjbmccobkpfoae
Описание Copy the FB Algadon Call to Arms URL
Размер файла 5.41 KB
Количество установок 34
Текущая Версия 0.5
Последнее Обновление 2019-03-17
Дата публикации 2019-03-17
Рейтинг 3.50/5 Всего 2 оценок
Разработчик https://fb.algadon.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://fb.algadon.com
URL страницы политики конфиденциальности https://fb.algadon.com/help_pages/privacy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Algadon Invite Link Grabber",
    "description": "Copy the FB Algadon Call to Arms URL",
    "version": "0.5",
    "minimum_chrome_version": "16.0.884",
    "permissions": [
        "downloads",
        "",
        "tabs"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "shield.png",
        "48": "shield.png",
        "128": "shield.png"
    },
    "incognito": "split",
    "manifest_version": 2
}