SocialScam

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

SocialScam là gì?

SocialScam là một tiện ích mở rộng Chrome được phát triển bởi https://creativeandcode.com, và tính năng chính của nó là "Bypasses the need to install an app to watch videos and read articles on Facebook.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SocialScam

Tải xuống các tệp mở rộng SocialScam dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SocialScam SocialScam
ID cndnfkcedpjemclemlnlefhnchpecopo
URL Chính Thức https://chromewebstore.google.com/detail/socialscam/cndnfkcedpjemclemlnlefhnchpecopo
Mô tả Bypasses the need to install an app to watch videos and read articles on Facebook.
Kích Thước Tệp 12.42 KB
Số Lần Cài Đặt 108
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2012-08-02
Ngày Phát Hành 2012-08-02
Đánh Giá 3.94/5 Tổng số 48 Đánh Giá
Nhà Phát Triển https://creativeandcode.com
Loại Thanh Toán free
Trang Web Mở Rộng http://creativeandcode.com/socialscam/
Ngôn Ngữ Được Hỗ Trợ 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
}