Aniwatch Plus
Aniwatch Plus is an unofficial extension which provides several UI improvements for https://aniwatch.me.
Aniwatch Plus क्या है?
Aniwatch Plus Serraniel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Aniwatch Plus is an unofficial extension which provides several UI improvements for https://aniwatch.me."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Aniwatch Plus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Aniwatch Plus is an unofficial browser extension which will improve your experience on https://aniwatch.me by adding features features to the website and improving the websites appearance. Current features are: * Conversion to local time * Quick Search * Improved list representation * Better highlighting of your own anime requests * Better presentation of available audio and subtitles * Display notification count in tab title * Autoplay after screenshot
एक्सटेंशन की मूल जानकारी
नाम | Aniwatch Plus |
ID | hgniihpjiioldkafogebpkbaiflmpimb |
आधिकारिक URL | https://chromewebstore.google.com/detail/aniwatch-plus/hgniihpjiioldkafogebpkbaiflmpimb |
विवरण | Aniwatch Plus is an unofficial extension which provides several UI improvements for https://aniwatch.me. |
फ़ाइल का आकार | 46.64 KB |
स्थापना संख्या | 612 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2021-02-20 |
प्रकाशन तिथि | 2020-10-03 |
रेटिंग | 4.67/5 कुल 6 रेटिंग्स |
डेवलपर | Serraniel |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/Serraniel/AniwatchPlus |
सहायता पृष्ठ URL | https://github.com/Serraniel/AniwatchPlus/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Aniwatch Plus", "short_name": "AW+", "version": "1.1.0.0", "version_name": "1.1", "description": "Aniwatch Plus is an unofficial extension which provides several UI improvements for https:\/\/aniwatch.me.", "permissions": [ "storage", "*:\/\/aniwatch.me\/*" ], "manifest_version": 2, "author": "Serraniel", "homepage_url": "https:\/\/github.com\/Serraniel\/AniwatchPlus", "icons": { "48": "images\/icon\/icon_48.png", "96": "images\/icon\/icon_96.png" }, "options_ui": { "page": "html\/settings.html", "open_in_tab": false }, "content_scripts": [ { "matches": [ "*:\/\/aniwatch.me\/*" ], "js": [ "javascript\/common.min.js", "javascript\/app.min.js" ], "css": [ "stylesheets\/aniwatchplus.min.css" ], "run_at": "document_end" } ] } |