Stop Stealing Sheep

The extension makes the internet a better place.

Wat is Stop Stealing Sheep?

Stop Stealing Sheep is een Chrome-extensie ontwikkeld door Ivan Ukhov, en de belangrijkste functie is "The extension makes the internet a better place.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Stop Stealing Sheep

Download Stop Stealing Sheep-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Stop Stealing Sheep Stop Stealing Sheep
ID lmopgfignagihcbeagefaencbkaclded
Officiële URL https://chrome.google.com/webstore/detail/stop-stealing-sheep/lmopgfignagihcbeagefaencbkaclded
Beschrijving The extension makes the internet a better place.
Bestandsgrootte 227 KB
Aantal Installaties 28
Huidige Versie 0.0.0.7
Laatst Bijgewerkt 2016-12-12
Publicatiedatum 2016-12-12
Beoordeling 4.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Ivan Ukhov
Betalingswijze free
Extensiewebsite https://github.com/IvanUkhov/stop-stealing-sheep
Ondersteunde Talen 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"
    ]
}