Watched
Keep track of episodes from your favorite TV shows.
Vad är Watched?
Watched är en Chrome-tillägg utvecklad av Ayala Nakashima Barbosa, och dess huvudfunktion är "Keep track of episodes from your favorite TV shows.".
Tilläggsskärmbilder
Ladda ner Watched-förlängningens CRX-fil
Ladda ner Watched-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
- 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äggande Information om Tillägg
| Namn | |
| ID | hdnfenemdaacjjgcjeifpdefnmlcogel |
| Officiell webbadress | https://chromewebstore.google.com/detail/watched/hdnfenemdaacjjgcjeifpdefnmlcogel |
| Beskrivning | Keep track of episodes from your favorite TV shows. |
| Filstorlek | 51.25 KB |
| Antal Installationer | 5,634 |
| Aktuell Version | 1.2 |
| Senast Uppdaterad | 2017-08-12 |
| Publiceringsdatum | 2017-08-12 |
| Betyg | 4.67/5 Totalt 66 Betyg |
| Utvecklare | Ayala Nakashima Barbosa |
| Betalningssätt | free |
| Stödda Språk | 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
}
} | |