youLike?

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

Was ist youLike??

youLike? ist eine Chrome-Erweiterung, die von https://www.timandgene.com entwickelt wurde, und ihr Hauptmerkmal ist "Stop letting Likes and Views sway your opinion on a piece of content.".

Erweiterungsscreenshots

screenshot

youLike?-Erweiterungs-CRX-Datei herunterladen

Laden Sie youLike?-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name youLike? youLike?
ID fmndnkbdbennpkeoclkcmijflppppegi
Offizielle URL https://chromewebstore.google.com/detail/youlike/fmndnkbdbennpkeoclkcmijflppppegi
Beschreibung Stop letting Likes and Views sway your opinion on a piece of content.
Dateigröße 17.91 KB
Installationsanzahl 12
Aktuelle Version 1.0.2
Letztes Update 2014-02-06
Veröffentlichungsdatum 2014-02-05
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://www.timandgene.com
Zahlungsart free
Unterstützte Sprachen 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
    }
}