GithubHelp home page GithubHelp logo

facebook-sixth-sense's Introduction

Facebook Sixth Sense

Update June 9, 2016: In compliance with a Cease and Desist letter from Facebook, I have removed the extension from Github and the Google Web Store.

The introductory blog post.

facebook-sixth-sense's People

Contributors

alexkirsz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

facebook-sixth-sense's Issues

Record history when people type but then don't send messages.

The notification can be hard to see when not concentrating on it and a lot of the value in seeing the typing notification disappears if they actually do send a message. I think the true value from this product at least for me would be seeing those that type but don't send, when you're not expecting them to be typing.

Someone you don't regularly chat with typing and never messaging could be a good indicator that they're open to reconnecting.

Thanks for the tool!

Handle messenger.com too

Way cool – your blog post was a fun read!

May I ask for manifest coverage of the stand-alone Facebook Messenger site, too?

If you ever want to work at the internal codebases at Facebook (or on Messenger, for that matter) directly, you would probably not find it hard to get your foot in. :-)

error when add to browser

Hi,

output file doesn't contain "lib" folder, thus I get error when add output extension to browser.

The NPM install shows only only one warning, no error -

npm WARN package.json [email protected] No repository field.
npm WARN optional dep failed, continuing [email protected]
npm WARN optional dep failed, continuing [email protected]
npm WARN cannot run in wd [email protected] babel-node ./node_modules/.bin/webpack (wd=/root/facebook-sixth-sense)

and this is the browser error-
Failed to load extension from: ~\Downloads\extension
Could not load background script 'lib/background.js'.

{
"manifest_version": 2,

"name": "Facebook Sixth Sense",
"description": "Lets you know you whenever your friends start writing to you on Facebook",
"version": "1.3",

"icons": {
"16": "assets/icon16.png",
"32": "assets/icon32.png",
"96": "assets/icon96.png",
"128": "assets/icon128.png",
"256": "assets/icon256.png"
},

"browser_action": {
"default_icon": {
  "19": "assets/icon19_inactive.png",
  "38": "assets/icon38_inactive.png"
},
"default_title": "Facebook Sixth Sense",
"default_popup": "popup.html"
},

"background": {
"scripts": ["lib/background.js"]
},

"permissions": [
"declarativeContent",
"storage",
"*://*.facebook.com/*",
"*://*.messenger.com/*"
],

"web_accessible_resources": [
"lib/hook.js"
],

"externally_connectable": {
"matches": ["*://*.facebook.com/*"]
}
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.