Awoo
Automatically find and auto-play Halloween-themed episodes on Netflix!
Wat is Awoo?
Awoo is een Chrome-extensie ontwikkeld door Darryl, en de belangrijkste functie is "Automatically find and auto-play Halloween-themed episodes on Netflix!".
Extensie Screenshots
Download het CRX-bestand van de extensie Awoo
Download Awoo-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Inspired by old Halloween marathons like ABC's 13 Nights of Halloween, Awoo helps you automatically find a mix of Halloween-themed episodes of sitcoms, dramas, etc, on Netflix and plays them at random. When you're finished with an episode, it'll play the next.
Basisinformatie over de Extensie
Naam | Awoo |
ID | mcenajfoimechlkofjmcplnaneediadc |
Officiële URL | https://chromewebstore.google.com/detail/awoo/mcenajfoimechlkofjmcplnaneediadc |
Beschrijving | Automatically find and auto-play Halloween-themed episodes on Netflix! |
Bestandsgrootte | 2.47 MB |
Aantal Installaties | 25 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2016-10-21 |
Publicatiedatum | 2016-10-20 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Darryl |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Awoo", "description": "Automatically find and auto-play Halloween-themed episodes on Netflix!", "version": "0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Stream a random Halloween-themed episode from Netflix." }, "background": { "scripts": [ "background-script.js" ] }, "permissions": [ "storage", "tabs" ], "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/*" ], "js": [ "jquery.js", "content.js" ] } ] } |