youLike?

Stop letting Likes and Views sway your opinion on a piece of content.

Apa itu youLike??

youLike? adalah ekstensi Chrome yang dikembangkan oleh https://www.timandgene.com, dan fitur utamanya adalah "Stop letting Likes and Views sway your opinion on a piece of content.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi youLike?

Unduh file ekstensi youLike? dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        You like? Well, do you? Do you really!?

See, these days we ‘like’ posts and videos because we want to seem socially active online. We can’t possibly watch everything out there so a lot of ‘likes’ are based on the popularity of a piece of content.

Whether we want to admit it or not, our eyes always flick to the bottom corners of a post and, inevitably and subliminally, our opinion is influenced. If it's got a million views we're more likely to to 'like' it than if it had a dozen. This extension is an experiment in bringing integrity back into ‘liking’ something.

Activate the plug-in and the number of ‘likes’ and views will disappear from content on YouTube and Facebook letting you ‘like’ things on their own merit.  

youLike? is still in alpha stage. Please tell us about any other sites you'd like to see supported and let us know if you experience any bugs.                    

Informasi Dasar Ekstensi

Nama youLike? youLike?
ID fmndnkbdbennpkeoclkcmijflppppegi
URL Resmi https://chromewebstore.google.com/detail/youlike/fmndnkbdbennpkeoclkcmijflppppegi
Deskripsi Stop letting Likes and Views sway your opinion on a piece of content.
Ukuran File 17.91 KB
Jumlah Instalasi 12
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2014-02-06
Tanggal Publikasi 2014-02-05
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://www.timandgene.com
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "youLike?",
    "short_name": "youLike?",
    "description": "Stop letting Likes and Views sway your opinion on a piece of content.",
    "version": "1.0.2",
    "manifest_version": 2,
    "icons": {
        "16": "icon1.png",
        "48": "youlikeicon.png"
    },
    "permissions": [
        "tabs",
        "webNavigation",
        "storage",
        "*:\/\/www.youtube.com\/*",
        "*:\/\/www.facebook.com\/*"
    ],
    "browser_action": {
        "default_icon": "icon1.png",
        "default_title": "Hide YouTube views and Facebook likes."
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}