SocialScam

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

Co to jest SocialScam?

SocialScam to rozszerzenie Chrome opracowane przez https://creativeandcode.com, a jego główną funkcją jest „Bypasses the need to install an app to watch videos and read articles on Facebook.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia SocialScam

Pobierz pliki rozszerzeń SocialScam w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa SocialScam SocialScam
ID cndnfkcedpjemclemlnlefhnchpecopo
Oficjalny URL https://chromewebstore.google.com/detail/socialscam/cndnfkcedpjemclemlnlefhnchpecopo
Opis Bypasses the need to install an app to watch videos and read articles on Facebook.
Rozmiar pliku 12.42 KB
Liczba instalacji 108
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2012-08-02
Data Publikacji 2012-08-02
Ocena 3.94/5 Łącznie 48 Oceny
Deweloper https://creativeandcode.com
Typ Płatności free
Strona Rozszerzenia http://creativeandcode.com/socialscam/
Obsługiwane Języki 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
}