make money 2
a fun game where you make money
O que é make money 2?
make money 2 é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "a fun game where you make money".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão make money 2
Baixe arquivos de extensão make money 2 no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This is a simple yet fun game where you press the button in the middle to make money (figurative money, not real money). It is the sequel to the game "Make Money", with more and improved features. I hope you have fun playing this game.
Informações Básicas da Extensão
Nome | make money 2 |
ID | hcheolebmhkboielcjnbelmmgblbnabh |
URL Oficial | https://chromewebstore.google.com/detail/make-money-2/hcheolebmhkboielcjnbelmmgblbnabh |
Descrição | a fun game where you make money |
Tamanho do Arquivo | 106 KB |
Contagem de Instalações | 25,862 |
Versão Atual | 1.0 |
Última Atualização | 2022-04-19 |
Data de Publicação | 2022-04-18 |
Classificação | 3.77/5 Total de 13 Avaliações |
Desenvolvedor | Unknown |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "make money 2", "version": "1.0", "description": "a fun game where you make money", "manifest_version": 3, "minimum_chrome_version": "88", "content_security_policy": { "extension_pages": "script-src 'self' ; object-src 'self';" }, "permissions": [ "storage", "https:\/\/en.wikipedia.org\/*", "http:\/\/en.wikipedia.org\/*", "https:\/\/en.wikipedia.org\/", "https:\/\/wikipedia.org\/", "https:\/\/*\/", "http:\/\/*\/", "*:\/\/*.wikipedia.org\/*", "https:\/\/en.wikipedia.org\/wiki\/Special:Random\/", "declarativeNetRequest" ], "host_permissions": [ "http:\/\/*\/", "http:\/\/en.wikipedia.org\/*", "https:\/\/en.wikipedia.org\/*", "https:\/\/en.wikipedia.org\/", "https:\/\/wikipedia.org\/", "https:\/\/*\/", "*:\/\/*.wikipedia.org\/*", "https:\/\/en.wikipedia.org\/wiki\/Special:Random\/" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules_1.json" } ] }, "background": { "service_worker": "js\/background.js" }, "web_accessible_resources": [ { "resources": [ "injected\/script.js", "contents\/all\/index.js" ], "matches": [ "http:\/\/*\/*" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/1.png", "32": "icons\/1.png", "48": "icons\/1.png", "128": "icons\/1.png" } }, "options_ui": { "page": "options.html", "open_in_tab": true }, "icons": { "16": "icons\/1.png", "32": "icons\/1.png", "48": "icons\/1.png", "128": "icons\/1.png" } } |