Buzzfree

Free yourself from hyper-targeted listicles.

Buzzfreeคืออะไร?

Buzzfree เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dustin Coates และคุณลักษณะหลักของมันคือ "Free yourself from hyper-targeted listicles."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Buzzfree ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Maybe you've had enough of lists like "The Top 43 Things Only People from Towns of Less Than 500 but More Than 304 People Will Understand."

Buzzfree removes all Buzzfeed links from your Facebook and Twitter feeds.

Permissions require access on Facebook and Twitter (both www and non-www) to find and remove links in your feed. Permissions require access to Buzzfeed for future functionality that will redirect you if a link is hidden in a link shortener.

This is still in beta. Some links might slip through if wrapped in bit.ly or another shortener. If you notice something coming through or have any feedback, feel free to email [email protected].                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Buzzfree Buzzfree
ID jbanaelmmihnemigbebcbgfjbgkpmeag
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/buzzfree/jbanaelmmihnemigbebcbgfjbgkpmeag
คำอธิบาย Free yourself from hyper-targeted listicles.
ขนาดไฟล์ 21.44 KB
จำนวนการติดตั้ง 17
เวอร์ชันปัจจุบัน 1.1.4
อัปเดตครั้งล่าสุด 2014-06-25
วันที่เผยแพร่ 2014-06-25
คะแนน 4.43/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Dustin Coates
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://dcoates.com/buzzfree
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Buzzfree",
    "description": "Free yourself from hyper-targeted listicles.",
    "version": "1.1.4",
    "manifest_version": 2,
    "author": "Dustin Coates",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/facebook.com\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/twitter.com\/*",
                "*:\/\/*.buzzfeed.com\/*",
                "*:\/\/buzzfeed.com\/*"
            ],
            "js": [
                "buzzfree.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}