Audiotool Plus

Enjoy contemporary styling and features for Audiotool.com

Audiotool Plus란 무엇입니까?

Audiotool Plus은(는) nthvera에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enjoy contemporary styling and features for Audiotool.com"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        This extension primarily provides dark mode support for Audiotool.com, while also adding a more contemporary and subtle user interface meant to compete with other platforms.

Under the hood, this is simply an extended stylesheet that allows the user to experience modern design with faster load times, because it's solely CSS rather than CSS and JavaScript                    

확장 프로그램 기본 정보

이름 Audiotool Plus Audiotool Plus
ID pmakapongiikhcmoakbbdddfmlhmlnhk
공식 URL https://chrome.google.com/webstore/detail/audiotool-plus/pmakapongiikhcmoakbbdddfmlhmlnhk
설명 Enjoy contemporary styling and features for Audiotool.com
파일 크기 2.75 MB
설치 횟수 1,000
현재 버전 2.1.11
최근 업데이트 2019-03-02
출시 날짜 2019-03-02
평점 4.00/5 총 10 개의 평점
개발자 nthvera
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.audiotool.com
도움말 페이지 URL https://www.audiotool.com/board/chitchat/audiotool_plus_-_in_the-dKKN6ypYP
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Audiotool Plus",
    "description": "Enjoy contemporary styling and features for Audiotool.com",
    "version": "2.1.11",
    "manifest_version": 2,
    "icons": {
        "16": "\/src\/img\/ico\/default_x16.png",
        "32": "\/src\/img\/ico\/default_x32.png",
        "48": "\/src\/img\/ico\/default_x48.png",
        "128": "\/src\/img\/ico\/default_x128.png"
    },
    "browser_action": {
        "default_icon": "\/src\/img\/ico\/default_x16.png"
    },
    "permissions": [
        "https:\/\/www.audiotool.com\/*",
        "activeTab"
    ],
    "content_scripts": [
        {
            "js": [
                "src\/dir\/js\/index.js"
            ],
            "css": [
                "src\/dir\/css\/font\/arista-2.min.css",
                "src\/dir\/css\/font\/open-sans.min.css",
                "src\/dir\/css\/index.css",
                "src\/dir\/css\/img.css"
            ],
            "matches": [
                "https:\/\/www.audiotool.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/img\/svg\/*.svg",
        "src\/img\/png\/*.png",
        "src\/font\/*.ttf"
    ]
}