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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}