youLike?

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

What is youLike??

youLike? is a Chrome extension developed by https://www.timandgene.com, and its main feature is "Stop letting Likes and Views sway your opinion on a piece of content.".

Extension Screenshots

screenshot

Download youLike? Extension CRX File

Download youLike? extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name youLike? youLike?
ID fmndnkbdbennpkeoclkcmijflppppegi
Official URL https://chromewebstore.google.com/detail/youlike/fmndnkbdbennpkeoclkcmijflppppegi
Description Stop letting Likes and Views sway your opinion on a piece of content.
File Size 17.91 KB
Installation Count 12
Current Version 1.0.2
Last Updated 2014-02-06
Publish Date 2014-02-05
Rating 5.00/5 Total 1 Ratings
Developer https://www.timandgene.com
Payment Type free
Supported Languages 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
    }
}