Audiotool Plus
Enjoy contemporary styling and features for Audiotool.com
Audiotool Plus क्या है?
Audiotool Plus nthvera द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enjoy contemporary styling and features for Audiotool.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Audiotool Plus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
एक्सटेंशन की मूल जानकारी
नाम | |
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" ] } |