youLike?
Stop letting Likes and Views sway your opinion on a piece of content.
Cos'è youLike??
youLike? è un'estensione di Chrome sviluppata da https://www.timandgene.com, e la sua funzione principale è "Stop letting Likes and Views sway your opinion on a piece of content.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione youLike?
Scarica i file di estensione youLike? in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | youLike? |
ID | fmndnkbdbennpkeoclkcmijflppppegi |
URL Ufficiale | https://chromewebstore.google.com/detail/youlike/fmndnkbdbennpkeoclkcmijflppppegi |
Descrizione | Stop letting Likes and Views sway your opinion on a piece of content. |
Dimensione del File | 17.91 KB |
Conteggio Installazioni | 12 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2014-02-06 |
Data di Pubblicazione | 2014-02-05 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://www.timandgene.com |
Tipo di Pagamento | free |
Lingue Supportate | 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 } } |