Gruppo.io
Extends facebook group's search with couple of filters
What is Gruppo.io?
Gruppo.io is a Chrome extension developed by sunny, and its main feature is "Extends facebook group's search with couple of filters".
Extension Screenshots
Download Gruppo.io Extension CRX File
Download Gruppo.io 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
A nice little plugin for searching facebook group posts. It extends facebook group's search with couple of filters. Search facebook group by using filters like 'by user' or 'in posts' with 'and' 'or' operators
Extension Basic Information
Name | Gruppo.io |
ID | apelocallnoolaplhmpjbcfiplgbacki |
Official URL | https://chromewebstore.google.com/detail/gruppoio/apelocallnoolaplhmpjbcfiplgbacki |
Description | Extends facebook group's search with couple of filters |
File Size | 161 KB |
Installation Count | 157 |
Current Version | 0.0.9 |
Last Updated | 2015-04-14 |
Publish Date | 2015-04-14 |
Rating | 5.00/5 Total 2 Ratings |
Developer | sunny |
Payment Type | free |
Extension Website | http://gruppo.io/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.9", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "permissions": [ "http:\/\/api.gruppo.io\/" ], "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*.facebook.com\/*", "https:\/\/*.facebook.com\/*" ], "css": [ "styles\/main.css" ], "js": [ "bower_components\/jquery\/dist\/jquery.min.js", "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "web_accessible_resources": [ "images\/*" ] } |