SocialScam

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

What is SocialScam?

SocialScam is a Chrome extension developed by https://creativeandcode.com, and its main feature is "Bypasses the need to install an app to watch videos and read articles on Facebook.".

Extension Screenshots

screenshot

Download SocialScam Extension CRX File

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

                        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!                    

Extension Basic Information

Name SocialScam SocialScam
ID cndnfkcedpjemclemlnlefhnchpecopo
Official URL https://chromewebstore.google.com/detail/socialscam/cndnfkcedpjemclemlnlefhnchpecopo
Description Bypasses the need to install an app to watch videos and read articles on Facebook.
File Size 12.42 KB
Installation Count 108
Current Version 0.0.1
Last Updated 2012-08-02
Publish Date 2012-08-02
Rating 3.94/5 Total 48 Ratings
Developer https://creativeandcode.com
Payment Type free
Extension Website http://creativeandcode.com/socialscam/
Supported Languages 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
}