Paper.IO 2

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

Was ist Paper.IO 2?

Paper.IO 2 ist eine Chrome-Erweiterung, die von zdmrmrv entwickelt wurde, und ihr Hauptmerkmal ist "For game lovers, it is the browser add-on of the website that shares informations about Paper.IO 2.".

Erweiterungsscreenshots

screenshot

Paper.IO 2-Erweiterungs-CRX-Datei herunterladen

Laden Sie Paper.IO 2-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Paper.IO 2 Paper.IO 2
ID fgmhcgplkdjmpjodhinoimpdegkgpgep
Offizielle URL https://chromewebstore.google.com/detail/paperio-2/fgmhcgplkdjmpjodhinoimpdegkgpgep
Beschreibung For game lovers, it is the browser add-on of the website that shares informations about Paper.IO 2.
Dateigröße 1.97 MB
Installationsanzahl 1,247
Aktuelle Version 2.0
Letztes Update 2022-01-09
Veröffentlichungsdatum 2022-01-09
Bewertung 1.50/5 Insgesamt 2 Bewertungen
Entwickler zdmrmrv
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.yourgoodplay.com/paper-io-2/
Unterstützte Sprachen 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"
    ]
}