osprey

osprey is a privacy respecting fork of the well known stylish

osprey là gì?

osprey là một tiện ích mở rộng Chrome được phát triển bởi JackCDK, và tính năng chính của nó là "osprey is a privacy respecting fork of the well known stylish".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng osprey 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

                        Ospey is an open-source GPL compliant fork of Stylish, based on an older version before the privacy changes. It can manage custom CSS, whether from userstyles.org, or your own configurations. It is easy to install and use, and with the rare-if-any updates, you can be sure that none of your custom CSS scripts will ever be impacted.                    

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

Tên osprey osprey
ID ekjapccimkannnfgcnnoajhfdglobgak
URL Chính Thức https://chromewebstore.google.com/detail/osprey/ekjapccimkannnfgcnnoajhfdglobgak
Mô tả osprey is a privacy respecting fork of the well known stylish
Kích Thước Tệp 401 KB
Số Lần Cài Đặt 496
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2022-07-09
Ngày Phát Hành 2017-03-21
Đánh Giá 4.58/5 Tổng số 24 Đánh Giá
Nhà Phát Triển JackCDK
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/JackCDK/osprey
URL Trang Trợ Giúp https://github.com/JackCDK/osprey/issues/new
Ngôn Ngữ Được Hỗ Trợ de,en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "osprey",
    "version": "1.0.4",
    "description": "osprey is a privacy respecting fork of the well known stylish",
    "homepage_url": "https:\/\/github.com\/jackcdk\/osprey",
    "manifest_version": 2,
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "tabs",
        "webNavigation",
        "contextMenus",
        "http:\/\/userstyles.org\/",
        "https:\/\/userstyles.org\/"
    ],
    "background": {
        "page": "background.html"
    },
    "commands": {
        "openManage": {
            "description": "__MSG_openManage__"
        },
        "styleDisableAll": {
            "description": "__MSG_disableAllStyles__"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "apply.js"
            ]
        },
        {
            "matches": [
                "http:\/\/userstyles.org\/*",
                "https:\/\/userstyles.org\/*"
            ],
            "run_at": "document_end",
            "all_frames": false,
            "js": [
                "install.js"
            ]
        }
    ],
    "options_page": "manage.html",
    "browser_action": {
        "default_icon": {
            "19": "19w.png",
            "38": "38w.png"
        },
        "default_title": "Osprey",
        "default_popup": "popup.html"
    },
    "default_locale": "en"
}