Stop Stealing Sheep
The extension makes the internet a better place.
O que é Stop Stealing Sheep?
Stop Stealing Sheep é uma extensão do Chrome desenvolvida por Ivan Ukhov, e sua principal característica é "The extension makes the internet a better place.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Stop Stealing Sheep
Baixe arquivos de extensão Stop Stealing Sheep 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
A growing collection of CSS snippets that make the internet a better place.
Informações Básicas da Extensão
Nome | |
ID | lmopgfignagihcbeagefaencbkaclded |
URL Oficial | https://chrome.google.com/webstore/detail/stop-stealing-sheep/lmopgfignagihcbeagefaencbkaclded |
Descrição | The extension makes the internet a better place. |
Tamanho do Arquivo | 227 KB |
Contagem de Instalações | 28 |
Versão Atual | 0.0.0.7 |
Última Atualização | 2016-12-12 |
Data de Publicação | 2016-12-12 |
Classificação | 4.00/5 Total de 2 Avaliações |
Desenvolvedor | Ivan Ukhov |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/IvanUkhov/stop-stealing-sheep |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stop Stealing Sheep", "description": "The extension makes the internet a better place.", "author": "Ivan Ukhov", "version": "0.0.0.7", "icons": { "128": "images\/logo128.png" }, "background": { "scripts": [ "aws-sdk.min.js", "background.js" ], "persistent": false }, "page_action": { "default_icon": { "19": "images\/logo19.png", "38": "images\/logo38.png" }, "default_title": "This page has just become a better place!" }, "options_page": "index.html", "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/", "storage" ] } |