AnimeTrackerStorage

Keep up to date with your Anime! Add the anime you're watching to the list it'll track what episode you are on and when its up!

AnimeTrackerStorage क्या है?

AnimeTrackerStorage nicolasbotellodev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keep up to date with your Anime! Add the anime you're watching to the list it'll track what episode you are on and when its up!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AnimeTrackerStorage एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        features:
v1.82
--feedback

v 1.81
--Google Analytics
--Sync across computers
--Edit menu 

shift + click --- Saves the text of the link that you are clicking on
Ways of episode to update:
ctrl + click
alt + click
middle mouse button
left click
being able to tell you when the next episode of an anime you are watching is up and which website
Coming Soon:
right click + new tab to register for episode to update
Will tell you the time its suppose to be up by
Option to send sms or email when new episode is up

-------------------------
Donations or if having trouble head to the webpage. Will help you with figuring whats wrong!
Link for website on the right.
------------------------                    

एक्सटेंशन की मूल जानकारी

नाम AnimeTrackerStorage AnimeTrackerStorage
ID lfcigpnofdmejegfdelmkajmidedihbk
आधिकारिक URL https://chromewebstore.google.com/detail/animetrackerstorage/lfcigpnofdmejegfdelmkajmidedihbk
विवरण Keep up to date with your Anime! Add the anime you're watching to the list it'll track what episode you are on and when its up!
फ़ाइल का आकार 967 KB
स्थापना संख्या 40
वर्तमान संस्करण 1.82
अंतिम अपडेट 2016-07-30
प्रकाशन तिथि 2016-07-30
रेटिंग 4.75/5 कुल 4 रेटिंग्स
डेवलपर nicolasbotellodev
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://nicolasbotello.com/Pages/projects/HomeATS.html
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AnimeTrackerStorage",
    "short_name": "ATS",
    "description": "Keep up to date with your Anime! Add the anime you're watching to the list it'll track what episode you are on and when its up!",
    "version": "1.82",
    "icons": {
        "16": "assets\/icon.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/lib\/jquery-2.0.2.min.js",
                "js\/injectedScripts\/background.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/query.yahooapis.com\/ https:\/\/www.google-analytics.com; object-src 'self' ",
    "background": {
        "scripts": [
            "js\/private.js",
            "js\/ga.js",
            "js\/lib\/jquery-2.0.2.min.js",
            "js\/helperFunctions.js",
            "js\/classes\/Manager.js",
            "js\/classes\/animeDataManager.js",
            "js\/classes\/updateWebsiteManager.js",
            "js\/eventPage.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "assets\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "notifications"
    ],
    "web_accessible_resources": [
        "js\/lib\/jquery-2.0.2.min.map"
    ]
}