Paper.io 2 Tips

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

What is Paper.io 2 Tips?

Paper.io 2 Tips is a Chrome extension developed by gnrsnm, and its main feature is "For Paper.io 2 lovers, it is the browser add-on of one-click access to guides".

Extension Screenshots

screenshot

Download Paper.io 2 Tips Extension CRX File

Download Paper.io 2 Tips extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Paper.io 2 Tips Paper.io 2 Tips
ID hdchnbgigjjhhfkiphafophpnpegbcba
Official URL https://chromewebstore.google.com/detail/paperio-2-tips/hdchnbgigjjhhfkiphafophpnpegbcba
Description For Paper.io 2 lovers, it is the browser add-on of one-click access to guides
File Size 780 KB
Installation Count 39
Current Version 3.0
Last Updated 2022-04-20
Publish Date 2022-04-20
Developer gnrsnm
Email [email protected]
Payment Type free
Extension Website https://yuhho.com/paper-io-2
Supported Languages 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:\/\/*\/*",
        "*:\/\/*\/*"
    ]
}