Stop Stealing Sheep

The extension makes the internet a better place.

Stop Stealing Sheep là gì?

Stop Stealing Sheep là một tiện ích mở rộng Chrome được phát triển bởi Ivan Ukhov, và tính năng chính của nó là "The extension makes the internet a better place.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Stop Stealing Sheep

Tải xuống các tệp mở rộng Stop Stealing Sheep dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Stop Stealing Sheep Stop Stealing Sheep
ID lmopgfignagihcbeagefaencbkaclded
URL Chính Thức https://chrome.google.com/webstore/detail/stop-stealing-sheep/lmopgfignagihcbeagefaencbkaclded
Mô tả The extension makes the internet a better place.
Kích Thước Tệp 227 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 0.0.0.7
Cập Nhật Lần Cuối 2016-12-12
Ngày Phát Hành 2016-12-12
Đánh Giá 4.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Ivan Ukhov
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/IvanUkhov/stop-stealing-sheep
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}