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文件

下載Hatebook擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}