AniKeep
Add and manage all the anime you are currently watching!
AniKeep क्या है?
AniKeep alberttjin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add and manage all the anime you are currently watching!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AniKeep एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
What does it do? 1. Press the add button on any 4anime or Kissanime page for a specific anime and it will add that anime to your list. Ex. https://www.crunchyroll.com/dr-stone/episode-4-fire-the-smoke-signal-786944 pressing add on this page will Dr. Stone, episode 4 to your list. 2. Navigate to any episode and the list will automatically update ur most recently watched episode 3. Will tell you if theres a new episode that you haven't watched yet! 4. Delete anime from your list at any time! Currently supports 4 websites: crunchyroll.com, kissanime.ru, 4anime.to, gogoanimes.tv
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ncgkkdcchhbhbcfbigmjkmgocgodnapg |
आधिकारिक URL | https://chrome.google.com/webstore/detail/anikeep/ncgkkdcchhbhbcfbigmjkmgocgodnapg |
विवरण | Add and manage all the anime you are currently watching! |
फ़ाइल का आकार | 49.62 KB |
स्थापना संख्या | 20 |
वर्तमान संस्करण | 3.1 |
अंतिम अपडेट | 2019-08-19 |
प्रकाशन तिथि | 2019-08-19 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | alberttjin |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AniKeep", "version": "3.1", "description": "Add and manage all the anime you are currently watching!", "permissions": [ "storage", "tabs" ], "background": { "scripts": [ "background.js", "js\/utils.js", "js\/api.js", "js\/parser.js", "js\/animeUtils\/kissanime.js", "js\/animeUtils\/4anime.js", "js\/animeUtils\/crunchyroll.js", "js\/animeUtils\/gogoanime.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "150": "images\/icon150.png" }, "manifest_version": 2 } |