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 |
公式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 } |