SocialScam

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

Was ist SocialScam?

SocialScam ist eine Chrome-Erweiterung, die von https://creativeandcode.com entwickelt wurde, und ihr Hauptmerkmal ist "Bypasses the need to install an app to watch videos and read articles on Facebook.".

Erweiterungsscreenshots

screenshot

SocialScam-Erweiterungs-CRX-Datei herunterladen

Laden Sie SocialScam-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name SocialScam SocialScam
ID cndnfkcedpjemclemlnlefhnchpecopo
Offizielle URL https://chromewebstore.google.com/detail/socialscam/cndnfkcedpjemclemlnlefhnchpecopo
Beschreibung Bypasses the need to install an app to watch videos and read articles on Facebook.
Dateigröße 12.42 KB
Installationsanzahl 108
Aktuelle Version 0.0.1
Letztes Update 2012-08-02
Veröffentlichungsdatum 2012-08-02
Bewertung 3.94/5 Insgesamt 48 Bewertungen
Entwickler https://creativeandcode.com
Zahlungsart free
Erweiterungswebsite http://creativeandcode.com/socialscam/
Unterstützte Sprachen 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
}