Guessing Game
This extension makes a little guessing game with your Netflix
What is Guessing Game?
Guessing Game is a Chrome extension developed by Keely Renwick, and its main feature is "This extension makes a little guessing game with your Netflix".
Extension Screenshots
Download Guessing Game Extension CRX File
Download Guessing Game extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Guessing Game |
ID | oogfhfejglbejhmjelfefhlcljmnedml |
Official URL | https://chromewebstore.google.com/detail/guessing-game/oogfhfejglbejhmjelfefhlcljmnedml |
Description | This extension makes a little guessing game with your Netflix |
File Size | 69.85 KB |
Installation Count | 12 |
Current Version | 2.0.0 |
Last Updated | 2014-03-19 |
Publish Date | 2014-03-19 |
Developer | Keely Renwick |
Payment Type | free |
Supported Languages | 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" ] } ] } |