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 |
| Eメール | [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:\/\/*\/*",
"*:\/\/*\/*"
]
} | |