SpyTheseTshirts

The description in manifest.json

O que é SpyTheseTshirts?

SpyTheseTshirts é uma extensão do Chrome desenvolvida por spythesetshirts, e sua principal característica é "The description in manifest.json".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão SpyTheseTshirts

Baixe arquivos de extensão SpyTheseTshirts 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

                        With Facebook being the top traffic source of Tshirt marketers online, being able to spy on your Facebook marketing components is a huge advantage.

With this extension you can easily watch your competitor's ads on Facebook promoting Tshirts from different Shirt-sites like Tesspring.com, sunfrogshirts.com or any other.
It can discover any kind of post, including "dark posts", from any time-frame, in any niche.
The user needs to choose the following:
-Post type
-Time Frame
-Target
-Keyword (Niche)
And there you go - ALL your competitors' ads right in front of your eyes.
From this point finding a successful campaign is a piece of cake :)
This extension makes it EASY to earn money off Tshirt online marketing.                    

Informações Básicas da Extensão

Nome SpyTheseTshirts SpyTheseTshirts
ID gagdikhfpkllgbdpicglgkdnhabbjlcf
URL Oficial https://chrome.google.com/webstore/detail/spythesetshirts/gagdikhfpkllgbdpicglgkdnhabbjlcf
Descrição The description in manifest.json
Tamanho do Arquivo 708 KB
Contagem de Instalações 18
Versão Atual 1.0.3
Última Atualização 2015-11-12
Data de Publicação 2015-11-12
Classificação 2.00/5 Total de 1 Avaliações
Desenvolvedor spythesetshirts
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SpyTheseTshirts",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "The description in manifest.json",
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon19.png",
        "default_title": "SpyTheseTshirts",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "identity",
        "storage",
        "tabs",
        "https:\/\/*.facebook.com\/*",
        "http:\/\/*.facebook.com\/*"
    ],
    "oauth2": {
        "client_id": "993531803991363-gcke6du8e9bh2tuf8slf4q4ff8gg4ohb.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/connect.facebook.net https:\/\/graph.facebook.com; object-src 'self'"
}