Watched
Keep track of episodes from your favorite TV shows.
Hvad er Watched?
Watched er en Chrome-udvidelse udviklet af Ayala Nakashima Barbosa, og dens hovedfunktion er "Keep track of episodes from your favorite TV shows.".
Udvidelsesskærmbilleder
Download Watched-udvidelses-CRX-fil
Download Watched-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
- 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 :) Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | hdnfenemdaacjjgcjeifpdefnmlcogel |
| Officiel URL | https://chromewebstore.google.com/detail/watched/hdnfenemdaacjjgcjeifpdefnmlcogel |
| Beskrivelse | Keep track of episodes from your favorite TV shows. |
| Filstørrelse | 51.25 KB |
| Antal Installationer | 5,634 |
| Nuværende Version | 1.2 |
| Senest Opdateret | 2017-08-12 |
| Udgivelsesdato | 2017-08-12 |
| Bedømmelse | 4.67/5 Samlet 66 Bedømmelser |
| Udvikler | Ayala Nakashima Barbosa |
| Betalingsmetode | free |
| Understøttede Sprog | 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
}
} | |