Fsafe

Never get scammed on Facebook!

What is Fsafe?

Fsafe is a Chrome extension developed by Frederik Christiansen, and its main feature is "Never get scammed on Facebook!".

Extension Screenshots

screenshot

Download Fsafe Extension CRX File

Download Fsafe 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

                        Avoid those fake "Login with facebook" sites. Some of them may be fake, and hack your Facebook account immediately. If your contact information get in the wrong hands, it can turn out very bad.

Install this extension, and always look for the little "fSafe" icon in the top right of your search bar. 

fSafe has over 30 listed secure pages.

NOTE: Facebook apps on own risk, you never know which coding they contain!

I think Facebook should have made a program like this a requirement, for all companies associating with Facebook. 

Excuses for my less good English, but so far I'm just a 15 year old Danish school student.                    

Extension Basic Information

Name Fsafe Fsafe
ID hebhecgpcdjdgilphnbcgocoanajddig
Official URL https://chromewebstore.google.com/detail/fsafe/hebhecgpcdjdgilphnbcgocoanajddig
Description Never get scammed on Facebook!
File Size 10.67 KB
Installation Count 23
Current Version 1.0
Last Updated 2014-02-02
Publish Date 2014-02-02
Rating 4.00/5 Total 1 Ratings
Developer Frederik Christiansen
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fsafe",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Never get scammed on Facebook!",
    "icons": {
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon_128.png",
        "default_title": "You are safe!!",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "https:\/\/facebook.com\/*",
        "https:\/\/spotify.com\/*",
        "http:\/\/www.youtube.com\/*",
        "https:\/\/google.com\/*",
        "http:\/\/ninjakiwi.com\/*",
        "http:\/\/livefamily.com\/*",
        "http:\/\/www.apple.com\/*",
        "http:\/\/www.jibjab.com\/*",
        "http:\/\/www.geni.com\/*",
        "https:\/\/vimeo.com\/*",
        "http:\/\/gizmodo.com\/*",
        "http:\/\/www.cnet.com\/*",
        "http:\/\/www.sidereel.com\/*",
        "http:\/\/www.eventbrite.com\/*",
        "http:\/\/lifehacker.com\/*",
        "http:\/\/www.mapmyride.com\/*",
        "http:\/\/io9.com\/*",
        "http:\/\/www.mapmyrun.com\/*",
        "http:\/\/techcrunch.com\/*",
        "http:\/\/globalgrind.com\/*",
        "http:\/\/www.widgetbox.com\/*",
        "http:\/\/kotaku.com\/*",
        "http:\/\/www.joost.com\/*",
        "http:\/\/gawker.com\/*",
        "http:\/\/jalopnik.com\/*",
        "http:\/\/www.howcast.com\/*",
        "http:\/\/jezebel.com\/*",
        "http:\/\/deadspin.com\/*",
        "http:\/\/theinsider.etonline.com\/*",
        "http:\/\/www.mapmyfitness.com\/*",
        "http:\/\/www.brainfall.com\/*",
        "http:\/\/www.insidefacebook.com\/*"
    ]
}