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."입니다.

확장 프로그램 스크린샷

screenshot

youLike? 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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? youLike?
ID fmndnkbdbennpkeoclkcmijflppppegi
공식 URL 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
    }
}