Clutterfree for Anilist

Minimal extension to remove clutter from AniList notifications

Clutterfree for Anilist là gì?

Clutterfree for Anilist là một tiện ích mở rộng Chrome được phát triển bởi Miles Rayne, và tính năng chính của nó là "Minimal extension to remove clutter from AniList notifications".

Ả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 Clutterfree for Anilist

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

                        Clutterfree for Anilist is a minimalistic browser extension for removing clutter from AniList notifications.
Its core feature is the option to group similar notifications (such as activity likes) of the /notifications page on AniList into single items that can be expanded to show individual details when needed.                    

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

Tên Clutterfree for Anilist Clutterfree for Anilist
ID hfgmcmijjnccacoefjdndepfkbaejllb
URL Chính Thức https://chromewebstore.google.com/detail/clutterfree-for-anilist/hfgmcmijjnccacoefjdndepfkbaejllb
Mô tả Minimal extension to remove clutter from AniList notifications
Kích Thước Tệp 17.81 KB
Số Lần Cài Đặt 33
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2023-03-18
Ngày Phát Hành 2023-03-18
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Miles Rayne
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Clutterfree for Anilist",
    "description": "Minimal extension to remove clutter from AniList notifications",
    "version": "1.1.2",
    "author": "Miles Rayne",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/anilist.co\/*"
            ],
            "js": [
                "polyfill.js",
                "clutterfree.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/anilist.co\/*"
            ],
            "resources": [
                "css\/clutterfree.css"
            ]
        }
    ]
}