Skip Like And Go To YouTube
Bypass the Like or Share extortion and play the YouTube video
Qu'est-ce que Skip Like And Go To YouTube ?
Skip Like And Go To YouTube est une extension Chrome développée par http://www.iconix.info, et sa fonction principale est "Bypass the Like or Share extortion and play the YouTube video".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Skip Like And Go To YouTube
Téléchargez les fichiers d'extension Skip Like And Go To YouTube 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
This extension can be used in various sites and blogs that require the user to first click on an overlay "Like" or "Share" on Facebook in order to view the video content. As these videos are in fact publicly available on YouTube and the afforementioned blogs and sites merely link to them and force the user to "Like" or "Share" before the user even watches the content, for their own popularity ends, it's just fair that the user is given a chance to see the video without being forced to "Like" or "Share". Clicking on the extension's button will take the user to YouTube where they can view the video unencumbered.
Informations de Base sur l'Extension
Nom | Skip Like And Go To YouTube |
ID | llkifbjifadgfcgljfdidfnboahpjlje |
URL Officiel | https://chrome.google.com/webstore/detail/skip-like-and-go-to-youtu/llkifbjifadgfcgljfdidfnboahpjlje |
Description | Bypass the Like or Share extortion and play the YouTube video |
Taille du Fichier | 26.58 KB |
Nombre d'Installations | 38 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2014-10-31 |
Date de Publication | 2014-10-31 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | http://www.iconix.info |
Type de Paiement | free |
Site Web de l'Extension | http://iconix.info/downloads#skiplike |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "16": "SkipLikeGoVideo-16.png", "32": "SkipLikeGoVideo-32.png", "64": "SkipLikeGoVideo-64.png", "128": "icon.png" }, "name": "Skip Like And Go To YouTube", "version": "1.0.1", "description": "Bypass the Like or Share extortion and play the YouTube video", "permissions": [ "activeTab" ], "background": { "scripts": [ "processContent.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_title": "Skip Like Go Video" } } |