Fsafe

Never get scammed on Facebook!

什麼是Fsafe?

Fsafe是由Frederik Christiansen開發的Chrome擴展程式,該擴展的主要功能是“Never get scammed on Facebook!”。

擴展截圖

screenshot

下載Fsafe擴展crx文件

下載Fsafe擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Fsafe Fsafe
ID hebhecgpcdjdgilphnbcgocoanajddig
官方網址 https://chromewebstore.google.com/detail/fsafe/hebhecgpcdjdgilphnbcgocoanajddig
簡介 Never get scammed on Facebook!
檔案大小 10.67 KB
安裝次數 23
目前版本 1.0
更新時間 2014-02-02
上架時間 2014-02-02
評分 4.00/5 共 1 次評分
開發者 Frederik Christiansen
付費類型 free
支援的語言 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\/*"
    ]
}