Stop Stealing Sheep

The extension makes the internet a better place.

ما هو Stop Stealing Sheep؟

Stop Stealing Sheep هو إضافة Chrome تم تطويرها بواسطة Ivan Ukhov، والميزة الرئيسية لها هي "The extension makes the internet a better place.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Stop Stealing Sheep

قم بتنزيل ملفات الامتداد Stop Stealing Sheep بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Stop Stealing Sheep Stop Stealing Sheep
ID lmopgfignagihcbeagefaencbkaclded
عنوان URL الرسمي https://chrome.google.com/webstore/detail/stop-stealing-sheep/lmopgfignagihcbeagefaencbkaclded
الوصف The extension makes the internet a better place.
حجم الملف 227 KB
عدد التثبيتات 28
النسخة الحالية 0.0.0.7
آخر تحديث 2016-12-12
تاريخ النشر 2016-12-12
تقييم 4.00/5 مجموع تقييمات 2
المطور Ivan Ukhov
نوع الدفع free
موقع الإضافة https://github.com/IvanUkhov/stop-stealing-sheep
اللغات المدعومة 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"
    ]
}