Hatebook

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

Hatebookคืออะไร?

Hatebook เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fooshards และคุณลักษณะหลักของมันคือ "Improves Facebook by adding the capability to 'Hate' the stupid shit your friends post."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hatebook

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
}