Algadon Invite Link Grabber

Copy the FB Algadon Call to Arms URL

Co to jest Algadon Invite Link Grabber?

Algadon Invite Link Grabber to rozszerzenie Chrome opracowane przez https://fb.algadon.com, a jego główną funkcją jest „Copy the FB Algadon Call to Arms URL”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Algadon Invite Link Grabber

Pobierz pliki rozszerzeń Algadon Invite Link Grabber w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Algadon Invite Link Grabber Algadon Invite Link Grabber
ID okbdphfkalkladjfclmjbmccobkpfoae
Oficjalny URL https://chrome.google.com/webstore/detail/okbdphfkalkladjfclmjbmccobkpfoae
Opis Copy the FB Algadon Call to Arms URL
Rozmiar pliku 5.41 KB
Liczba instalacji 34
Aktualna Wersja 0.5
Ostatnia Aktualizacja 2019-03-17
Data Publikacji 2019-03-17
Ocena 3.50/5 Łącznie 2 Oceny
Deweloper https://fb.algadon.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://fb.algadon.com
Adres URL Strony Polityki Prywatności https://fb.algadon.com/help_pages/privacy
Obsługiwane Języki 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
}