Paper.io 2 Tips
For Paper.io 2 lovers, it is the browser add-on of one-click access to guides
什么是Paper.io 2 Tips?
Paper.io 2 Tips是由gnrsnm开发的Chrome扩展程序,该扩展的主要功能是“For Paper.io 2 lovers, it is the browser add-on of one-click access to guides”。
扩展截图
下载Paper.io 2 Tips扩展crx文件
下载Paper.io 2 Tips扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This Chrome extension provides a quick access for Paper.io 2 tips and guides. 扩展基本信息
| 名称 | |
| ID | hdchnbgigjjhhfkiphafophpnpegbcba |
| 官方URL | https://chromewebstore.google.com/detail/paperio-2-tips/hdchnbgigjjhhfkiphafophpnpegbcba |
| 简介 | For Paper.io 2 lovers, it is the browser add-on of one-click access to guides |
| 文件大小 | 780 KB |
| 安装次数 | 39 |
| 当前版本 | 3.0 |
| 更新时间 | 2022-04-20 |
| 上架时间 | 2022-04-20 |
| 开发者 | gnrsnm |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://yuhho.com/paper-io-2 |
| 支持的语言 | 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:\/\/*\/*",
"*:\/\/*\/*"
]
} | |