Scratchy
The Official extension for of the YouTuber, Scratchy!
O que é Scratchy?
Scratchy é uma extensão do Chrome desenvolvida por Brandon S., e sua principal característica é "The Official extension for of the YouTuber, Scratchy!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Scratchy
Baixe arquivos de extensão Scratchy 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 was made by Brandon for Scratchy's fans and him, to make navigation a little bit easier!
Informações Básicas da Extensão
Nome | |
ID | hnioaikoffjpgglkkgceabhlklkkkddm |
URL Oficial | https://chrome.google.com/webstore/detail/scratchy/hnioaikoffjpgglkkgceabhlklkkkddm |
Descrição | The Official extension for of the YouTuber, Scratchy! |
Tamanho do Arquivo | 50.6 KB |
Contagem de Instalações | 13 |
Versão Atual | 1.0.0 |
Última Atualização | 2018-11-26 |
Data de Publicação | 2018-11-26 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | Brandon S. |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Scratchy", "description": "The Official extension for of the YouTuber, Scratchy!", "version": "1.0.0", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |