Watched

Keep track of episodes from your favorite TV shows.

Watched क्या है?

Watched Ayala Nakashima Barbosa द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keep track of episodes from your favorite TV shows."।

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

screenshot
screenshot
screenshot

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

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

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

                        - Episode list, with each episode's name, airdate, and summary (if available)
- Progress bar for each TV series with how many episodes have been watched
- Schedule with upcoming and previously aired episodes
- Custom episode links so you can google, stream, or "whatever" an episode
- Chrome sync to keep information consistent across multiple devices
- No sign up needed :)                    

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

नाम Watched Watched
ID hdnfenemdaacjjgcjeifpdefnmlcogel
आधिकारिक URL https://chromewebstore.google.com/detail/watched/hdnfenemdaacjjgcjeifpdefnmlcogel
विवरण Keep track of episodes from your favorite TV shows.
फ़ाइल का आकार 51.25 KB
स्थापना संख्या 5,634
वर्तमान संस्करण 1.2
अंतिम अपडेट 2017-08-12
प्रकाशन तिथि 2017-08-12
रेटिंग 4.67/5 कुल 66 रेटिंग्स
डेवलपर Ayala Nakashima Barbosa
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Watched",
    "short_name": "Watched",
    "description": "Keep track of episodes from your favorite TV shows.",
    "version": "1.2",
    "author": "Ayala Nakashima Barbosa",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/tv16.png",
        "48": "icons\/tv48.png",
        "128": "icons\/tv128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/tv19.png",
            "38": "icons\/tv38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Watched"
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}