Audiotool Plus
Enjoy contemporary styling and features for Audiotool.com
Audiotool Plus là gì?
Audiotool Plus là một tiện ích mở rộng Chrome được phát triển bởi nthvera, và tính năng chính của nó là "Enjoy contemporary styling and features for Audiotool.com".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Audiotool Plus
Tải xuống các tệp mở rộng Audiotool Plus 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pmakapongiikhcmoakbbdddfmlhmlnhk |
URL Chính Thức | https://chrome.google.com/webstore/detail/audiotool-plus/pmakapongiikhcmoakbbdddfmlhmlnhk |
Mô tả | Enjoy contemporary styling and features for Audiotool.com |
Kích Thước Tệp | 2.75 MB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 2.1.11 |
Cập Nhật Lần Cuối | 2019-03-02 |
Ngày Phát Hành | 2019-03-02 |
Đánh Giá | 4.00/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | nthvera |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.audiotool.com |
URL Trang Trợ Giúp | https://www.audiotool.com/board/chitchat/audiotool_plus_-_in_the-dKKN6ypYP |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |