Stop Stealing Sheep

The extension makes the internet a better place.

What is Stop Stealing Sheep?

Stop Stealing Sheep is a Chrome extension developed by Ivan Ukhov, and its main feature is "The extension makes the internet a better place.".

Extension Screenshots

screenshot

Download Stop Stealing Sheep Extension CRX File

Download Stop Stealing Sheep extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A growing collection of CSS snippets that make the internet a better place.                    

Extension Basic Information

Name Stop Stealing Sheep Stop Stealing Sheep
ID lmopgfignagihcbeagefaencbkaclded
Official URL https://chrome.google.com/webstore/detail/stop-stealing-sheep/lmopgfignagihcbeagefaencbkaclded
Description The extension makes the internet a better place.
File Size 227 KB
Installation Count 28
Current Version 0.0.0.7
Last Updated 2016-12-12
Publish Date 2016-12-12
Rating 4.00/5 Total 2 Ratings
Developer Ivan Ukhov
Payment Type free
Extension Website https://github.com/IvanUkhov/stop-stealing-sheep
Supported Languages 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"
    ]
}