AniList to AniWave
Adds a button on AniList anime pages that searches the anime on AniWave.
AniList to AniWave क्या है?
AniList to AniWave Sans द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a button on AniList anime pages that searches the anime on AniWave."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AniList to AniWave एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
It's as simple as it sounds, the extension tries to search the anime you're looking at on AniWave, and then creates a button for you to click which takes you directly to the search page, with the filters already set as to narrow down the search. This makes it so only the title you're looking for pops up. There's an experimental option to automatically set the button to the AniWave watch page of the first result, but keep in mind this might fail for niche anime that AniList doesn't have much data on. (In testing it did perform fairly well however so I decided to leave it on by default.) The filters applied by the extension (if corresponding data from AniList is available), besides the name of the anime itself, are: - Format (TV, Movie etc.) - Release Year - Release Season (Spring, Summer etc.) - Status (Finished, Releasing etc.) - Genres (Action, Adventure etc.) This extension is open source at https://github.com/Sans3108/AniList-To-AniWave
एक्सटेंशन की मूल जानकारी
नाम | AniList to AniWave |
ID | pkffcfjbnbhnbbgfeoanckhcnbpfobim |
आधिकारिक URL | https://chromewebstore.google.com/detail/anilist-to-aniwave/pkffcfjbnbhnbbgfeoanckhcnbpfobim |
विवरण | Adds a button on AniList anime pages that searches the anime on AniWave. |
फ़ाइल का आकार | 23.11 KB |
स्थापना संख्या | 44 |
वर्तमान संस्करण | 7.0.0 |
अंतिम अपडेट | 2023-11-06 |
प्रकाशन तिथि | 2023-11-03 |
रेटिंग | 4.00/5 कुल 3 रेटिंग्स |
डेवलपर | Sans |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://github.com/Sans3108/AniList-To-AniWave/issues |
गोपनीयता नीति पृष्ठ URL | https://github.com/Sans3108/AniList-To-AniWave/blob/master/Privacy%20Policy.md |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AniList to AniWave", "description": "Adds a button on AniList anime pages that searches the anime on AniWave.", "version": "7.0.0", "manifest_version": 3, "background": { "service_worker": "scripts\/service-worker.js" }, "permissions": [ "scripting", "tabs", "storage" ], "host_permissions": [ "https:\/\/anilist.co\/*", "https:\/\/aniwave.to\/*" ], "icons": { "128": "assets\/icon128.png" }, "options_page": "views\/options.html" } |