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文件
下載SocialScam擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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 } |