Paper.IO 2

For game lovers, it is the browser add-on of the website that shares informations about Paper.IO 2.

Co to jest Paper.IO 2?

Paper.IO 2 to rozszerzenie Chrome opracowane przez zdmrmrv, a jego główną funkcją jest „For game lovers, it is the browser add-on of the website that shares informations about Paper.IO 2.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Paper.IO 2

Pobierz pliki rozszerzeń Paper.IO 2 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

                        It is the Chrome extension of the website, which shares the informations about Paper.IO 2 and what you need to know before downloading it.                    

Podstawowe informacje o rozszerzeniu

Nazwa Paper.IO 2 Paper.IO 2
ID fgmhcgplkdjmpjodhinoimpdegkgpgep
Oficjalny URL https://chromewebstore.google.com/detail/paperio-2/fgmhcgplkdjmpjodhinoimpdegkgpgep
Opis For game lovers, it is the browser add-on of the website that shares informations about Paper.IO 2.
Rozmiar pliku 1.97 MB
Liczba instalacji 1,247
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2022-01-09
Data Publikacji 2022-01-09
Ocena 1.50/5 Łącznie 2 Oceny
Deweloper zdmrmrv
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.yourgoodplay.com/paper-io-2/
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Paper.IO 2",
    "description": "For game lovers, it is the browser add-on of the website that shares informations about Paper.IO 2.",
    "version": "2.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            ".\/background.js"
        ]
    },
    "icons": {
        "16": ".\/img\/16.png",
        "48": ".\/img\/48.png",
        "128": ".\/img\/128.png"
    },
    "browser_action": {
        "default_popup": ".\/popup.html"
    },
    "permissions": [
        "storage",
        "https:\/\/www.yourgoodplay.com\/paper-io-2\/",
        "background"
    ]
}