Frogstension
Is the word frog somewhere on this page?
O que é Frogstension?
Frogstension é uma extensão do Chrome desenvolvida por imnotub, e sua principal característica é "Is the word frog somewhere on this page?".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Frogstension
Baixe arquivos de extensão Frogstension 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 extension tells you how many times the word frog appears on the page you're currently on.
Informações Básicas da Extensão
Nome | Frogstension |
ID | jmkfbghghbfilijgakphfjmlamedbhhl |
URL Oficial | https://chromewebstore.google.com/detail/frogstension/jmkfbghghbfilijgakphfjmlamedbhhl |
Descrição | Is the word frog somewhere on this page? |
Tamanho do Arquivo | 564 KB |
Contagem de Instalações | 169 |
Versão Atual | 1.1 |
Última Atualização | 2020-08-01 |
Data de Publicação | 2020-07-30 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | imnotub |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Frogstension", "description": "Is the word frog somewhere on this page?", "version": "1.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html", "default_title": "Frog?" }, "permissions": [ "activeTab" ] } |