Awoobooru

Extra Danbooru functions

Awoobooru là gì?

Awoobooru là một tiện ích mở rộng Chrome được phát triển bởi I_Copy_Jokes, và tính năng chính của nó là "Extra Danbooru functions".

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

screenshot
screenshot
screenshot

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

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

                        Adds some small features to Danbooru:
 - Preview and Download links under posts listing
   * Preview opens a modal window with a link to the post and a download link
 - A custom dark mode
 - An additional download button on post pages to easy mass-downloading                    

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

Tên Awoobooru Awoobooru
ID gafcmengeceombcikkeibggkleiabmmb
URL Chính Thức https://chromewebstore.google.com/detail/awoobooru/gafcmengeceombcikkeibggkleiabmmb
Mô tả Extra Danbooru functions
Kích Thước Tệp 137 KB
Số Lần Cài Đặt 562
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2022-10-20
Ngày Phát Hành 2018-11-20
Đánh Giá 4.17/5 Tổng số 6 Đánh Giá
Nhà Phát Triển I_Copy_Jokes
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/TypeA2/Awoobooru
URL Trang Trợ Giúp https://github.com/TypeA2/Awoobooru/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Awoobooru",
    "version": "2.0.0",
    "icons": {
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "description": "Extra Danbooru functions",
    "permissions": [
        "tabs",
        "storage"
    ],
    "action": {
        "default_icon": {
            "32": "icon32.png",
            "64": "icon64.png",
            "128": "icon128.png"
        },
        "default_title": "Awoobooru",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.donmai.us\/*"
            ],
            "js": [
                "scripts\/bootstrap.bundle.min.js",
                "scripts\/content.js"
            ],
            "css": [
                "css\/bootstrap.min.css",
                "css\/global.css",
                "themes\/dark.css"
            ],
            "run_at": "document_end"
        }
    ]
}