Guessing Game

This extension makes a little guessing game with your Netflix

Wat is Guessing Game?

Guessing Game is een Chrome-extensie ontwikkeld door Keely Renwick, en de belangrijkste functie is "This extension makes a little guessing game with your Netflix".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Guessing Game

Download Guessing Game-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

                                            

Basisinformatie over de Extensie

Naam Guessing Game Guessing Game
ID oogfhfejglbejhmjelfefhlcljmnedml
Officiële URL https://chromewebstore.google.com/detail/guessing-game/oogfhfejglbejhmjelfefhlcljmnedml
Beschrijving This extension makes a little guessing game with your Netflix
Bestandsgrootte 69.85 KB
Aantal Installaties 12
Huidige Versie 2.0.0
Laatst Bijgewerkt 2014-03-19
Publicatiedatum 2014-03-19
Ontwikkelaar Keely Renwick
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Guessing Game",
    "version": "2.0.0",
    "description": "This extension makes a little guessing game with your Netflix",
    "manifest_version": 2,
    "icons": {
        "16": "netflix16.png",
        "48": "netflix48.png",
        "128": "netflix128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "all_frames": true,
            "exclude_globs": [
                "*:\/\/*.facebook.com\/ai.php*",
                "*:\/\/*.facebook.com\/ajax\/*",
                "*:\/\/*.facebook.com\/dialog\/*",
                "*:\/\/*.facebook.com\/connect\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.facebook.com\/ai.php*",
                "*:\/\/*.facebook.com\/ajax\/*",
                "*:\/\/*.facebook.com\/dialog\/*",
                "*:\/\/*.facebook.com\/connect\/*"
            ],
            "js": [
                "project.user.js"
            ]
        }
    ]
}