Surf-EASY (Discontinued)
To get around the web easier than before! Back in a new fashion!
O que é Surf-EASY (Discontinued)?
Surf-EASY (Discontinued) é uma extensão do Chrome desenvolvida por https://x-oasis.online, e sua principal característica é "To get around the web easier than before! Back in a new fashion!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Surf-EASY (Discontinued)
Baixe arquivos de extensão Surf-EASY (Discontinued) 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 version is now discontinued and moved to a new listing.
Informações Básicas da Extensão
Nome | |
ID | ebipmmmnenkjghhdffjakdhcblnkolha |
URL Oficial | https://chromewebstore.google.com/detail/surf-easy-discontinued/ebipmmmnenkjghhdffjakdhcblnkolha |
Descrição | To get around the web easier than before! Back in a new fashion! |
Tamanho do Arquivo | 8.84 KB |
Contagem de Instalações | 29 |
Versão Atual | 4.1.7 |
Última Atualização | 2022-05-08 |
Data de Publicação | 2020-04-23 |
Desenvolvedor | https://x-oasis.online |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Surf-EASY (Discontinued)", "version": "4.1.7", "manifest_version": 2, "description": "To get around the web easier than before! Back in a new fashion!", "content_security_policy": "script-src 'self' filesystem: http:\/\/localhost:* https:\/\/localhost:* https:\/\/apis.google.com https:\/\/ajax.googleapis.com https:\/\/code.jquery.com https:\/\/cdnjs.cloudflare.com https:\/\/unpkg.com https:\/\/maxcdn.com https:\/\/cdn77.com https:\/\/maxcdn.bootstrapcdn.com https:\/\/cdn.jsdelivr.net\/ https:\/\/*.stripe.com\/ https:\/\/builds.framerjs.com\/ https:\/\/rawgit.com https:\/\/wzrd.in https:\/\/www.gstatic.com https:\/\/semantic-ui.com https:\/\/www.google-analytics.com 'unsafe-eval'; object-src 'self'", "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_title": "Surf EASY", "default_icon": "icon.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "icons": { "128": "icon.png" } } |