Audiotool Plus

Enjoy contemporary styling and features for Audiotool.com

Audiotool Plusคืออะไร?

Audiotool Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nthvera และคุณลักษณะหลักของมันคือ "Enjoy contemporary styling and features for Audiotool.com"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Audiotool Plus

ดาวน์โหลดไฟล์ส่วนขยาย Audiotool Plus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}