Skip Like And Go To YouTube

Bypass the Like or Share extortion and play the YouTube video

ما هو Skip Like And Go To YouTube؟

Skip Like And Go To YouTube هو إضافة Chrome تم تطويرها بواسطة http://www.iconix.info، والميزة الرئيسية لها هي "Bypass the Like or Share extortion and play the YouTube video".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Skip Like And Go To YouTube

قم بتنزيل ملفات الامتداد Skip Like And Go To YouTube بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Skip Like And Go To YouTube Skip Like And Go To YouTube
ID llkifbjifadgfcgljfdidfnboahpjlje
عنوان URL الرسمي https://chrome.google.com/webstore/detail/skip-like-and-go-to-youtu/llkifbjifadgfcgljfdidfnboahpjlje
الوصف Bypass the Like or Share extortion and play the YouTube video
حجم الملف 26.58 KB
عدد التثبيتات 38
النسخة الحالية 1.0.1
آخر تحديث 2014-10-31
تاريخ النشر 2014-10-31
تقييم 3.67/5 مجموع تقييمات 3
المطور http://www.iconix.info
نوع الدفع free
موقع الإضافة http://iconix.info/downloads#skiplike
اللغات المدعومة 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"
    }
}