SocialScam

Bypasses the need to install an app to watch videos and read articles on Facebook.

什么是SocialScam?

SocialScam是由https://creativeandcode.com开发的Chrome扩展程序,该扩展的主要功能是“Bypasses the need to install an app to watch videos and read articles on Facebook.”。

扩展截图

screenshot

下载SocialScam扩展crx文件

下载SocialScam扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Are you tired of installing apps on Facebook just to watch a video or read an article? SocialScam bypasses the need to install the app by automatically changing the link so you are taken directly to the article/video instead of being prompted to install an app.

There is no need to do anything once you have SocialScam installed. It turns on automatically when you go to Facebook and does the work for you.

The extension currently supports bypassing the following apps:
- Socialcam
- Yahoo! reader
- Washington Post news reader
- more to come!                    

扩展基本信息

名称 SocialScam SocialScam
ID cndnfkcedpjemclemlnlefhnchpecopo
官方URL https://chromewebstore.google.com/detail/socialscam/cndnfkcedpjemclemlnlefhnchpecopo
简介 Bypasses the need to install an app to watch videos and read articles on Facebook.
文件大小 12.42 KB
安装次数 108
当前版本 0.0.1
更新时间 2012-08-02
上架时间 2012-08-02
评分 3.94/5 共48次评分
开发者 https://creativeandcode.com
付费类型 free
扩展官网 http://creativeandcode.com/socialscam/
支持的语言 en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SocialScam",
    "version": "0.0.1",
    "description": "Bypasses the need to install an app to watch videos and read articles on Facebook.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon-19.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/www.facebook.com\/*",
        "https:\/\/www.facebook.com\/*",
        "http:\/\/socialcam.com\/*",
        "https:\/\/socialcam.com\/*"
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}