SocialScam
Bypasses the need to install an app to watch videos and read articles on Facebook.
Qu'est-ce que SocialScam ?
SocialScam est une extension Chrome développée par https://creativeandcode.com, et sa fonction principale est "Bypasses the need to install an app to watch videos and read articles on Facebook.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SocialScam
Téléchargez les fichiers d'extension SocialScam au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | SocialScam |
ID | cndnfkcedpjemclemlnlefhnchpecopo |
URL Officiel | https://chromewebstore.google.com/detail/socialscam/cndnfkcedpjemclemlnlefhnchpecopo |
Description | Bypasses the need to install an app to watch videos and read articles on Facebook. |
Taille du Fichier | 12.42 KB |
Nombre d'Installations | 108 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2012-08-02 |
Date de Publication | 2012-08-02 |
Évaluation | 3.94/5 Total 48 Évaluations |
Développeur | https://creativeandcode.com |
Type de Paiement | free |
Site Web de l'Extension | http://creativeandcode.com/socialscam/ |
Langues Prises en Charge | 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 } |