One Click Playcus Flash Games
You can now play all Playcus Flash Games without any permissions hassle.
O que é One Click Playcus Flash Games?
One Click Playcus Flash Games é uma extensão do Chrome desenvolvida por Playcus, e sua principal característica é "You can now play all Playcus Flash Games without any permissions hassle.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão One Click Playcus Flash Games
Baixe arquivos de extensão One Click Playcus Flash Games 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
You can now play all Playcus Games without any permissions hassle. One Click Solution is the official extension from PLAYCUS Games that helps you with the many upcoming permissions required from Flash for a seamless gameplay experience! By adding this extension, you will give a ONE TIME permission to use Flash. All Flash pop ups will be handled by the extension and you can get back to playing PLAYCUS games, hassle free! Your privacy is important to PLAYCUS. Your consent to Flash will only be used to support Flash and will not be shared with any other parties. Use of this extension is subject to our Terms of Service (https://www.playcus.com/terms-of-service), and Privacy Policy (https://www.playcus.com/privacy-policy).
Informações Básicas da Extensão
Nome | One Click Playcus Flash Games |
ID | ajjnbanpedpjbfcpaopcloaaknffnjfp |
URL Oficial | https://chromewebstore.google.com/detail/one-click-playcus-flash-g/ajjnbanpedpjbfcpaopcloaaknffnjfp |
Descrição | You can now play all Playcus Flash Games without any permissions hassle. |
Tamanho do Arquivo | 9.36 KB |
Contagem de Instalações | 9,240 |
Versão Atual | 1.0.1 |
Última Atualização | 2019-07-24 |
Data de Publicação | 2019-07-24 |
Classificação | 3.63/5 Total de 16 Avaliações |
Desenvolvedor | Playcus |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://www.playcus.com/privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "One Click Playcus Flash Games", "description": "You can now play all Playcus Flash Games without any permissions hassle.", "version": "1.0.1", "manifest_version": 2, "icons": { "128": "App_icon_chrome.png" }, "permissions": [ "contentSettings" ], "browser_action": { "default_icon": "App_icon_chrome.png", "default_popup": "popup.html" }, "background": { "scripts": [ "bg.js" ], "persistent": true } } |