SocialScam
Bypasses the need to install an app to watch videos and read articles on Facebook.
SocialScam란 무엇입니까?
SocialScam은(는) https://creativeandcode.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bypasses the need to install an app to watch videos and read articles on Facebook."입니다.
확장 프로그램 스크린샷
SocialScam 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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 } |