youLike?

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

什么是youLike??

youLike?是由https://www.timandgene.com开发的Chrome扩展程序,该扩展的主要功能是“Stop letting Likes and Views sway your opinion on a piece of content.”。

扩展截图

screenshot

下载youLike?扩展crx文件

下载youLike?扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 youLike? youLike?
ID fmndnkbdbennpkeoclkcmijflppppegi
官方URL https://chromewebstore.google.com/detail/youlike/fmndnkbdbennpkeoclkcmijflppppegi
简介 Stop letting Likes and Views sway your opinion on a piece of content.
文件大小 17.91 KB
安装次数 12
当前版本 1.0.2
更新时间 2014-02-06
上架时间 2014-02-05
评分 5.00/5 共1次评分
开发者 https://www.timandgene.com
付费类型 free
支持的语言 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
    }
}