Awoobooru

Extra Danbooru functions

Awoobooru란 무엇입니까?

Awoobooru은(는) I_Copy_Jokes에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extra Danbooru functions"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Awoobooru 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Awoobooru Awoobooru
ID gafcmengeceombcikkeibggkleiabmmb
공식 URL https://chromewebstore.google.com/detail/awoobooru/gafcmengeceombcikkeibggkleiabmmb
설명 Extra Danbooru functions
파일 크기 137 KB
설치 횟수 562
현재 버전 2.0.0
최근 업데이트 2022-10-20
출시 날짜 2018-11-20
평점 4.17/5 총 6 개의 평점
개발자 I_Copy_Jokes
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/TypeA2/Awoobooru
도움말 페이지 URL https://github.com/TypeA2/Awoobooru/issues
지원되는 언어 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"
        }
    ]
}