Minus for Unsplash · Remove Unsplash+

Minus for Unsplash is a simple addon that lets you hide the Unsplash+ content from Unsplash.

Minus for Unsplash · Remove Unsplash+ là gì?

Minus for Unsplash · Remove Unsplash+ là một tiện ích mở rộng Chrome được phát triển bởi Tahoe Beetschen, và tính năng chính của nó là "Minus for Unsplash is a simple addon that lets you hide the Unsplash+ content from Unsplash.".

Ả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 Minus for Unsplash · Remove Unsplash+

Tải xuống các tệp mở rộng Minus for Unsplash · Remove Unsplash+ 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

                        Unsplash used to be great! But since they introduced their new Unsplash+ service, browsing it has become a bit of a pain as it's now crowded with watermarked images blocked behind a pay wall. This extension aims to improve your Unsplash experience and get you more productive by getting rid of all that bloat. By turning Minus for Unsplash on, you will no longer see watermarked Unsplash+ images in your feed and will be able to focus on those that matter.

Notice: it is possible that Unsplash updates their site from time to time, which might break the addon. I can't really do anything about it since there's no way to predict the changes, but I should still be able to fix it quickly. If it happens please get in touch either by opening an issue on the GitHub repository or contact me by email 😊                    

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

Tên Minus for Unsplash · Remove Unsplash+ Minus for Unsplash · Remove Unsplash+
ID ancgmphhglnbebohehppcfjfdpakkcca
URL Chính Thức https://chromewebstore.google.com/detail/minus-for-unsplash-%C2%B7-remo/ancgmphhglnbebohehppcfjfdpakkcca
Mô tả Minus for Unsplash is a simple addon that lets you hide the Unsplash+ content from Unsplash.
Kích Thước Tệp 110 KB
Số Lần Cài Đặt 316
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2023-06-19
Ngày Phát Hành 2023-01-01
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Tahoe Beetschen
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/morceaudebois/minus-for-unsplash
URL Trang Trợ Giúp https://github.com/morceaudebois/minus-for-unsplash/issues
Ngôn Ngữ Được Hỗ Trợ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Minus for Unsplash \u00b7 Remove Unsplash+",
    "short_name": "Minus for Unsplash",
    "version": "1.3",
    "description": "Minus for Unsplash is a simple addon that lets you hide the Unsplash+ content from Unsplash.",
    "author": "Tahoe Beetschen",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/unsplash.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "default_locale": "en",
    "icons": {
        "512": "icon.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "title": "Minus for Unsplash"
    }
}