aniTrack
Automatically keep track of what episode you are on in an anime!
aniTrack क्या है?
aniTrack JohnDinhCodes द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically keep track of what episode you are on in an anime!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में aniTrack एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
******STILL UNDER DEVELOPMENT****** aniTracker automatically tracks what episode you are on in an anime! No more forgetting where you left off after a long break from binging your favorite anime. On top of automatically tracking your episodes, clicking on the title of the anime will open a tab right to the last episode you watched for convenience! aniTracker supports Crunchyroll GogoAnime WcoStream AnimeFreak and much more!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | nobmbldhlggcgmhkjeahdnjpcgoclhif |
आधिकारिक URL | https://chromewebstore.google.com/detail/anitrack/nobmbldhlggcgmhkjeahdnjpcgoclhif |
विवरण | Automatically keep track of what episode you are on in an anime! |
फ़ाइल का आकार | 183 KB |
स्थापना संख्या | 268 |
वर्तमान संस्करण | 0.2.0 |
अंतिम अपडेट | 2020-01-21 |
प्रकाशन तिथि | 2020-01-21 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | JohnDinhCodes |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "aniTrack", "version": "0.2.0", "description": "Automatically keep track of what episode you are on in an anime!", "author": "John Duy Dinh", "permissions": [ "storage", "tabs" ], "options_page": "options.html", "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "aniTracker32.png" }, "icons": { "128": "aniTracker32.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |