Paper.io 2 Tips

For Paper.io 2 lovers, it is the browser add-on of one-click access to guides

Wat is Paper.io 2 Tips?

Paper.io 2 Tips is een Chrome-extensie ontwikkeld door gnrsnm, en de belangrijkste functie is "For Paper.io 2 lovers, it is the browser add-on of one-click access to guides".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Paper.io 2 Tips

Download Paper.io 2 Tips-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This Chrome extension provides a quick access for Paper.io 2 tips and guides.                    

Basisinformatie over de Extensie

Naam Paper.io 2 Tips Paper.io 2 Tips
ID hdchnbgigjjhhfkiphafophpnpegbcba
Officiële URL https://chromewebstore.google.com/detail/paperio-2-tips/hdchnbgigjjhhfkiphafophpnpegbcba
Beschrijving For Paper.io 2 lovers, it is the browser add-on of one-click access to guides
Bestandsgrootte 780 KB
Aantal Installaties 39
Huidige Versie 3.0
Laatst Bijgewerkt 2022-04-20
Publicatiedatum 2022-04-20
Ontwikkelaar gnrsnm
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://yuhho.com/paper-io-2
Ondersteunde Talen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Paper.io 2 Tips",
    "description": "For Paper.io 2 lovers, it is the browser add-on of one-click access to guides",
    "version": "3.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": ".\/img\/16.png",
        "48": ".\/img\/48.png",
        "128": ".\/img\/128.png"
    },
    "action": {
        "default_popup": ".\/popup.html"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "*:\/\/*\/*"
    ]
}