SpyTheseTshirts

The description in manifest.json

SpyTheseTshirts क्या है?

SpyTheseTshirts spythesetshirts द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The description in manifest.json"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SpyTheseTshirts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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'"
}