Stop Stealing Sheep
The extension makes the internet a better place.
Vad är Stop Stealing Sheep?
Stop Stealing Sheep är en Chrome-tillägg utvecklad av Ivan Ukhov, och dess huvudfunktion är "The extension makes the internet a better place.".
Tilläggsskärmbilder
Ladda ner Stop Stealing Sheep-förlängningens CRX-fil
Ladda ner Stop Stealing Sheep-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
A growing collection of CSS snippets that make the internet a better place.
Grundläggande Information om Tillägg
Namn | |
ID | lmopgfignagihcbeagefaencbkaclded |
Officiell webbadress | https://chrome.google.com/webstore/detail/stop-stealing-sheep/lmopgfignagihcbeagefaencbkaclded |
Beskrivning | The extension makes the internet a better place. |
Filstorlek | 227 KB |
Antal Installationer | 28 |
Aktuell Version | 0.0.0.7 |
Senast Uppdaterad | 2016-12-12 |
Publiceringsdatum | 2016-12-12 |
Betyg | 4.00/5 Totalt 2 Betyg |
Utvecklare | Ivan Ukhov |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/IvanUkhov/stop-stealing-sheep |
Stödda Språk | 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" ] } |