youLike?

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

Qu'est-ce que youLike? ?

youLike? est une extension Chrome développée par https://www.timandgene.com, et sa fonction principale est "Stop letting Likes and Views sway your opinion on a piece of content.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension youLike?

Téléchargez les fichiers d'extension youLike? au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom youLike? youLike?
ID fmndnkbdbennpkeoclkcmijflppppegi
URL Officiel https://chromewebstore.google.com/detail/youlike/fmndnkbdbennpkeoclkcmijflppppegi
Description Stop letting Likes and Views sway your opinion on a piece of content.
Taille du Fichier 17.91 KB
Nombre d'Installations 12
Version Actuelle 1.0.2
Dernière Mise à Jour 2014-02-06
Date de Publication 2014-02-05
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://www.timandgene.com
Type de Paiement free
Langues Prises en Charge 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
    }
}