Facebook Redirect
Automatically redirects you to your messages page whenever you bring up facebook.
What is Facebook Redirect?
Facebook Redirect is a Chrome extension developed by matthewmorrone, and its main feature is "Automatically redirects you to your messages page whenever you bring up facebook.".
Download Facebook Redirect Extension CRX File
Download Facebook Redirect 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 | |
ID | hlodpbnjcfkfnjoedpnkdnajkjkapmkk |
Official URL | https://chromewebstore.google.com/detail/facebook-redirect/hlodpbnjcfkfnjoedpnkdnajkjkapmkk |
Description | Automatically redirects you to your messages page whenever you bring up facebook. |
File Size | 60.23 KB |
Installation Count | 23 |
Current Version | 1.0.0 |
Last Updated | 2015-12-03 |
Publish Date | 2015-12-03 |
Rating | 5.00/5 Total 3 Ratings |
Developer | matthewmorrone |
[email protected] | |
Payment Type | free |
Extension Website | http://www.github.com/matthewmorrone1/facebook-redirect |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Facebook Redirect", "manifest_version": 2, "version": "1.0.0", "description": "Automatically redirects you to your messages page whenever you bring up facebook.", "icons": { "16": "facebook-128.png", "48": "facebook-128.png", "128": "facebook-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "jquery.js", "content.js" ], "run_at": "document_start" } ], "permissions": [ "*:\/\/*.facebook.com\/*" ] } |