Skip Like And Go To YouTube
Bypass the Like or Share extortion and play the YouTube video
Cos'è Skip Like And Go To YouTube?
Skip Like And Go To YouTube è un'estensione di Chrome sviluppata da http://www.iconix.info, e la sua funzione principale è "Bypass the Like or Share extortion and play the YouTube video".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Skip Like And Go To YouTube
Scarica i file di estensione Skip Like And Go To YouTube in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Skip Like And Go To YouTube |
ID | llkifbjifadgfcgljfdidfnboahpjlje |
URL Ufficiale | https://chrome.google.com/webstore/detail/skip-like-and-go-to-youtu/llkifbjifadgfcgljfdidfnboahpjlje |
Descrizione | Bypass the Like or Share extortion and play the YouTube video |
Dimensione del File | 26.58 KB |
Conteggio Installazioni | 38 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2014-10-31 |
Data di Pubblicazione | 2014-10-31 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | http://www.iconix.info |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://iconix.info/downloads#skiplike |
Lingue Supportate | 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" } } |