Graph Picker
Do more with FB!
What is Graph Picker?
Graph Picker is a Chrome extension developed by escovabr, and its main feature is "Do more with FB!".
Extension Screenshots
Download Graph Picker Extension CRX File
Download Graph Picker 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
Graph Picker is a chrome plugin that works like a user script (GreaseMonkey, TamperMonkey). It enables posts and other activities (such as event sending) to a customizable audience retrieved from Graph Search (https://www.facebook.com/graphsearcher). Graph Search enables "natural language" queries such as "friends who live nearby", "friends who like Game of Thrones and Battlestar Galactica" and so on. It also enables voice commands as inputs, making things even easier and natural. Use it and contribute! Excelsior!
Extension Basic Information
Name | Graph Picker |
ID | admkplalkphcdkbkapdmkmobilbhmplp |
Official URL | https://chromewebstore.google.com/detail/graph-picker/admkplalkphcdkbkapdmkmobilbhmplp |
Description | Do more with FB! |
File Size | 127 KB |
Installation Count | 376 |
Current Version | 1.0 |
Last Updated | 2013-05-04 |
Publish Date | 2013-05-04 |
Rating | 3.50/5 Total 6 Ratings |
Developer | escovabr |
Payment Type | free |
Extension Website | https://github.com/eduellery/graphsearchfilter |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Graph Picker", "description": "Do more with FB!", "version": "1.0", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "72": "icon72.png", "128": "icon128.png" }, "web_accessible_resources": [ "icon16.png", "privacy_modal.html", "privacy_modal.js", "event_modal.html", "event_modal.js" ], "content_scripts": [ { "matches": [ "http:\/\/*.facebook.com\/*", "https:\/\/*.facebook.com\/*" ], "css": [ ".\/style.css", ".\/fbcss.css" ], "js": [ ".\/jquery.min.js", ".\/backend.js", ".\/frontend.event.js", ".\/frontend.privacy.js" ], "run_at": "document_end" } ] } |