Thaiflix Autoplay
An unofficial auto-playing for Thaiflix.com
Wat is Thaiflix Autoplay?
Thaiflix Autoplay is een Chrome-extensie ontwikkeld door l2aelba, en de belangrijkste functie is "An unofficial auto-playing for Thaiflix.com".
Extensie Screenshots
Download het CRX-bestand van de extensie Thaiflix Autoplay
Download Thaiflix Autoplay-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
                        An unofficial auto-playing for Thaiflix.com
Features :
- Autoplay mode (with Newer or Older mode)
- Fullscreen mode allowed (Press "S")
- Go next shortcut (Press "Enter")
- Pause shortcut (Press "Spacebar")                     Basisinformatie over de Extensie
| Naam |   |  
| ID | acgkkphdpfpeobmfhdfbdfoockgjolaj | 
| Officiële URL | https://chromewebstore.google.com/detail/thaiflix-autoplay/acgkkphdpfpeobmfhdfbdfoockgjolaj | 
| Beschrijving | An unofficial auto-playing for Thaiflix.com | 
| Bestandsgrootte | 25.29 KB | 
| Aantal Installaties | 48 | 
| Huidige Versie | 0.0.8 | 
| Laatst Bijgewerkt | 2016-03-23 | 
| Publicatiedatum | 2016-03-23 | 
| Ontwikkelaar | l2aelba | 
| Betalingswijze | free | 
| Ondersteunde Talen | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Thaiflix Autoplay",
    "version": "0.0.8",
    "manifest_version": 2,
    "description": "An unofficial auto-playing for Thaiflix.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.thaiflix.com\/*"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "content_scripts.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "main.js",
        "libs\/scrollTo.js"
    ]
}  |  |