Stop Stealing Sheep
The extension makes the internet a better place.
Cos'è Stop Stealing Sheep?
Stop Stealing Sheep è un'estensione di Chrome sviluppata da Ivan Ukhov, e la sua funzione principale è "The extension makes the internet a better place.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Stop Stealing Sheep
Scarica i file di estensione Stop Stealing Sheep in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A growing collection of CSS snippets that make the internet a better place.
Informazioni di Base sull'Estensione
Nome | |
ID | lmopgfignagihcbeagefaencbkaclded |
URL Ufficiale | https://chrome.google.com/webstore/detail/stop-stealing-sheep/lmopgfignagihcbeagefaencbkaclded |
Descrizione | The extension makes the internet a better place. |
Dimensione del File | 227 KB |
Conteggio Installazioni | 28 |
Versione Corrente | 0.0.0.7 |
Ultimo Aggiornamento | 2016-12-12 |
Data di Pubblicazione | 2016-12-12 |
Valutazione | 4.00/5 Totale 2 Valutazioni |
Sviluppatore | Ivan Ukhov |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/IvanUkhov/stop-stealing-sheep |
Lingue Supportate | 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" ] } |