Skip Like And Go To YouTube

Bypass the Like or Share extortion and play the YouTube video

Hvad er Skip Like And Go To YouTube?

Skip Like And Go To YouTube er en Chrome-udvidelse udviklet af http://www.iconix.info, og dens hovedfunktion er "Bypass the Like or Share extortion and play the YouTube video".

Udvidelsesskærmbilleder

screenshot

Download Skip Like And Go To YouTube-udvidelses-CRX-fil

Download Skip Like And Go To YouTube-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Skip Like And Go To YouTube Skip Like And Go To YouTube
ID llkifbjifadgfcgljfdidfnboahpjlje
Officiel URL https://chrome.google.com/webstore/detail/skip-like-and-go-to-youtu/llkifbjifadgfcgljfdidfnboahpjlje
Beskrivelse Bypass the Like or Share extortion and play the YouTube video
Filstørrelse 26.58 KB
Antal Installationer 38
Nuværende Version 1.0.1
Senest Opdateret 2014-10-31
Udgivelsesdato 2014-10-31
Bedømmelse 3.67/5 Samlet 3 Bedømmelser
Udvikler http://www.iconix.info
Betalingsmetode free
Udvidelseswebsted http://iconix.info/downloads#skiplike
Understøttede Sprog 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"
    }
}