Spockholm Game Feed API
Creates a pseudo FB api for reading streams
What is Spockholm Game Feed API?
Spockholm Game Feed API is a Chrome extension developed by http://www.spockholm.com, and its main feature is "Creates a pseudo FB api for reading streams".
Extension Screenshots
Download Spockholm Game Feed API Extension CRX File
Download Spockholm Game Feed API 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
Creates a pseudo FB api for reading streams. Requires a special version of Stream Scanner to handle the data.
Extension Basic Information
Name | |
ID | himnnkgjjioeobebnkpaopalblceimbj |
Official URL | https://chrome.google.com/webstore/detail/himnnkgjjioeobebnkpaopalblceimbj |
Description | Creates a pseudo FB api for reading streams |
File Size | 24.26 KB |
Installation Count | 54 |
Current Version | 0.1 |
Last Updated | 2015-03-12 |
Publish Date | 2015-03-12 |
Rating | 4.67/5 Total 3 Ratings |
Developer | http://www.spockholm.com |
Payment Type | free |
Extension Website | http://www.spockholm.com/mafia/ |
Help Page URL | http://spockon.me/forum/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Spockholm Game Feed API", "description": "Creates a pseudo FB api for reading streams", "version": "0.1", "permissions": [ "storage", "*:\/\/*.facebook.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.mafiawars.zynga.com\/mwfb\/remote\/*" ], "js": [ "messenger.js" ], "all_frames": true } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "128": "icon_128.png" }, "manifest_version": 2 } |