Stop Stealing Sheep
The extension makes the internet a better place.
Qu'est-ce que Stop Stealing Sheep ?
Stop Stealing Sheep est une extension Chrome développée par Ivan Ukhov, et sa fonction principale est "The extension makes the internet a better place.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Stop Stealing Sheep
Téléchargez les fichiers d'extension Stop Stealing Sheep au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
A growing collection of CSS snippets that make the internet a better place.
Informations de Base sur l'Extension
Nom | |
ID | lmopgfignagihcbeagefaencbkaclded |
URL Officiel | https://chrome.google.com/webstore/detail/stop-stealing-sheep/lmopgfignagihcbeagefaencbkaclded |
Description | The extension makes the internet a better place. |
Taille du Fichier | 227 KB |
Nombre d'Installations | 28 |
Version Actuelle | 0.0.0.7 |
Dernière Mise à Jour | 2016-12-12 |
Date de Publication | 2016-12-12 |
Évaluation | 4.00/5 Total 2 Évaluations |
Développeur | Ivan Ukhov |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/IvanUkhov/stop-stealing-sheep |
Langues Prises en Charge | 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" ] } |