Hatebook

Improves Facebook by adding the capability to 'Hate' the stupid shit your friends post.

Hatebook란 무엇입니까?

Hatebook은(는) fooshards에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Improves Facebook by adding the capability to 'Hate' the stupid shit your friends post."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        With Hatebook, you will have the ability to hate, and see other people who hate your stupid freinds' posts and comments.  Because really, Facebook needs a downvote button.


All of hatebook's counters and controls are ONLY visible to other hatebook users.  Your dumbass friends will never know.  Facebook will never know.  So go ahead, spread some hate.


Changelog 
0.2.3 : 12/8
--------
You can now unhate things [But why would you ever?].
Reduced permissions just to facebook.com content.


0.2.2 : 12/7
--------
Functionality for comment hate.
Better conditional rendering / phrasing / styling to look more natural in Facebook.


Future milestones and target dates:
--------
12/10 - Backend improvements, actual webpage, SSL
12/12 - Hating Pics + Linkshares
????? - Hating "Like" buttons on non-facebook webpages
????? - Hatebook on Firefox
????? - Hatebook on Mobile                    

확장 프로그램 기본 정보

이름 Hatebook Hatebook
ID akcnceopbefcfgngdmjaglmpmfadfcjc
공식 URL https://chrome.google.com/webstore/detail/hatebook/akcnceopbefcfgngdmjaglmpmfadfcjc
설명 Improves Facebook by adding the capability to 'Hate' the stupid shit your friends post.
파일 크기 157 KB
설치 횟수 13
현재 버전 0.2.3
최근 업데이트 2013-12-08
출시 날짜 2013-12-08
평점 3.00/5 총 2 개의 평점
개발자 fooshards
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hatebook",
    "description": "Improves Facebook by adding the capability to 'Hate' the stupid shit your friends post.",
    "version": "0.2.3",
    "icons": {
        "48": "hate48.png"
    },
    "web_accessible_resources": [
        "jquery-2.0.3.min.map",
        "script.js",
        "jquery-2.0.3.min.js",
        "shared.js",
        "middlefinger.png"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery-2.0.3.min.js",
                "jquery.noty.js",
                "top.js",
                "default.js",
                "shared.js",
                "hatebook.js"
            ],
            "matches": [
                "http:\/\/*.facebook.com\/*",
                "https:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "homepage_url": "http:\/\/www.google.com"
}