Fsafe

Never get scammed on Facebook!

Wat is Fsafe?

Fsafe is een Chrome-extensie ontwikkeld door Frederik Christiansen, en de belangrijkste functie is "Never get scammed on Facebook!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Fsafe

Download Fsafe-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Fsafe Fsafe
ID hebhecgpcdjdgilphnbcgocoanajddig
Officiële URL https://chromewebstore.google.com/detail/fsafe/hebhecgpcdjdgilphnbcgocoanajddig
Beschrijving Never get scammed on Facebook!
Bestandsgrootte 10.67 KB
Aantal Installaties 23
Huidige Versie 1.0
Laatst Bijgewerkt 2014-02-02
Publicatiedatum 2014-02-02
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Frederik Christiansen
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}