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.”。
擴展截圖
下載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? |
ID | fmndnkbdbennpkeoclkcmijflppppegi |
官方網址 | 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 } } |