Literalnie.fun - pomocnik
Rozszerzenie pomaga znajdować słowa w grze literalnie.fun
What is Literalnie.fun - pomocnik?
Literalnie.fun - pomocnik is a Chrome extension developed by [email protected], and its main feature is "Rozszerzenie pomaga znajdować słowa w grze literalnie.fun".
Extension Screenshots
Download Literalnie.fun - pomocnik Extension CRX File
Download Literalnie.fun - pomocnik 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
Po kliknięciu "Znajdź słowo" rozszerzenie stara się odgadnąć słowo na podstawie wcześniejszych prób.
Extension Basic Information
Name | Literalnie.fun - pomocnik |
ID | nhcnabpchkeoanhfobokmbnkbbacldob |
Official URL | https://chromewebstore.google.com/detail/literalniefun-pomocnik/nhcnabpchkeoanhfobokmbnkbbacldob |
Description | Rozszerzenie pomaga znajdować słowa w grze literalnie.fun |
File Size | 11.56 KB |
Installation Count | 17 |
Current Version | 1.0 |
Last Updated | 2022-07-17 |
Publish Date | 2022-07-16 |
Developer | [email protected] |
[email protected] | |
Payment Type | free |
Supported Languages | pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Literalnie.fun - pomocnik", "description": "Rozszerzenie pomaga znajdowa\u0107 s\u0142owa w grze literalnie.fun", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting", "tabs" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon-16.png", "32": "\/images\/icon-32.png", "48": "\/images\/icon-48.png", "128": "\/images\/icon-128.png" } }, "icons": { "16": "\/images\/icon-16.png", "32": "\/images\/icon-32.png", "48": "\/images\/icon-48.png", "128": "\/images\/icon-128.png" }, "host_permissions": [ "https:\/\/literalnie.pisz.pl\/*" ] } |