Paper.io 2 Tips
For Paper.io 2 lovers, it is the browser add-on of one-click access to guides
Co to jest Paper.io 2 Tips?
Paper.io 2 Tips to rozszerzenie Chrome opracowane przez gnrsnm, a jego główną funkcją jest „For Paper.io 2 lovers, it is the browser add-on of one-click access to guides”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Paper.io 2 Tips
Pobierz pliki rozszerzeń Paper.io 2 Tips w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This Chrome extension provides a quick access for Paper.io 2 tips and guides.
Podstawowe informacje o rozszerzeniu
Nazwa | Paper.io 2 Tips |
ID | hdchnbgigjjhhfkiphafophpnpegbcba |
Oficjalny URL | https://chromewebstore.google.com/detail/paperio-2-tips/hdchnbgigjjhhfkiphafophpnpegbcba |
Opis | For Paper.io 2 lovers, it is the browser add-on of one-click access to guides |
Rozmiar pliku | 780 KB |
Liczba instalacji | 39 |
Aktualna Wersja | 3.0 |
Ostatnia Aktualizacja | 2022-04-20 |
Data Publikacji | 2022-04-20 |
Deweloper | gnrsnm |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://yuhho.com/paper-io-2 |
Obsługiwane Języki | 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:\/\/*\/*", "*:\/\/*\/*" ] } |