SocialScam

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

SocialScam क्या है?

SocialScam https://creativeandcode.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bypasses the need to install an app to watch videos and read articles on Facebook."।

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

screenshot

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

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

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

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम SocialScam SocialScam
ID cndnfkcedpjemclemlnlefhnchpecopo
आधिकारिक URL https://chromewebstore.google.com/detail/socialscam/cndnfkcedpjemclemlnlefhnchpecopo
विवरण Bypasses the need to install an app to watch videos and read articles on Facebook.
फ़ाइल का आकार 12.42 KB
स्थापना संख्या 108
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2012-08-02
प्रकाशन तिथि 2012-08-02
रेटिंग 3.94/5 कुल 48 रेटिंग्स
डेवलपर https://creativeandcode.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://creativeandcode.com/socialscam/
समर्थित भाषाएँ 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
}