SocialScam

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

O que é SocialScam?

SocialScam é uma extensão do Chrome desenvolvida por https://creativeandcode.com, e sua principal característica é "Bypasses the need to install an app to watch videos and read articles on Facebook.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão SocialScam

Baixe arquivos de extensão SocialScam no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome SocialScam SocialScam
ID cndnfkcedpjemclemlnlefhnchpecopo
URL Oficial https://chromewebstore.google.com/detail/socialscam/cndnfkcedpjemclemlnlefhnchpecopo
Descrição Bypasses the need to install an app to watch videos and read articles on Facebook.
Tamanho do Arquivo 12.42 KB
Contagem de Instalações 108
Versão Atual 0.0.1
Última Atualização 2012-08-02
Data de Publicação 2012-08-02
Classificação 3.94/5 Total de 48 Avaliações
Desenvolvedor https://creativeandcode.com
Tipo de Pagamento free
Site da Extensão http://creativeandcode.com/socialscam/
Idiomas Suportados 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
}