youLike?

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

O que é youLike??

youLike? é uma extensão do Chrome desenvolvida por https://www.timandgene.com, e sua principal característica é "Stop letting Likes and Views sway your opinion on a piece of content.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão youLike?

Baixe arquivos de extensão youLike? no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome youLike? youLike?
ID fmndnkbdbennpkeoclkcmijflppppegi
URL Oficial https://chromewebstore.google.com/detail/youlike/fmndnkbdbennpkeoclkcmijflppppegi
Descrição Stop letting Likes and Views sway your opinion on a piece of content.
Tamanho do Arquivo 17.91 KB
Contagem de Instalações 12
Versão Atual 1.0.2
Última Atualização 2014-02-06
Data de Publicação 2014-02-05
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://www.timandgene.com
Tipo de Pagamento free
Idiomas Suportados 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
    }
}