SpyTheseTshirts

The description in manifest.json

SpyTheseTshirtsとは何ですか?

SpyTheseTshirtsはspythesetshirtsによって開発されたChromeの拡張機能で、その主な機能は「The description in manifest.json」です。

拡張機能のスクリーンショット

screenshot

SpyTheseTshirts拡張機能のCRXファイルをダウンロード

SpyTheseTshirts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 SpyTheseTshirts SpyTheseTshirts
ID gagdikhfpkllgbdpicglgkdnhabbjlcf
公式URL https://chrome.google.com/webstore/detail/spythesetshirts/gagdikhfpkllgbdpicglgkdnhabbjlcf
説明 The description in manifest.json
ファイルサイズ 708 KB
インストール数 18
現在のバージョン 1.0.3
最終更新日 2015-11-12
公開日 2015-11-12
評価 2.00/5 合計 1 レビュー
開発者 spythesetshirts
支払い方法 free
対応言語 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'"
}