BuzzKill

Reclaim your news feed.

什麼是BuzzKill?

BuzzKill是由https://hartleybrody.com開發的Chrome擴展程式,該擴展的主要功能是“Reclaim your news feed.”。

擴展截圖

screenshot
screenshot

下載BuzzKill擴展crx文件

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

擴展使用說明

                        BuzzKill is a Chrome Extension that automatically removes all Buzz Feed content from your Facebook browsing experience.

"This extension has helped me reclaim hours of my day!" -Happy User

"I finally feel like I have my life back" -Happy User

"With BuzzKill installed, I can rest assured knowing that my children are safe from the most soul-sucking content on the entire internet." -Happy User                    

擴展基本資訊

名稱 BuzzKill BuzzKill
ID dfglcbondofhakncnkoajpmimopmaggc
官方網址 https://chromewebstore.google.com/detail/buzzkill/dfglcbondofhakncnkoajpmimopmaggc
簡介 Reclaim your news feed.
檔案大小 937 KB
安裝次數 55
目前版本 2.0.0.0
更新時間 2015-01-27
上架時間 2015-01-27
評分 4.75/5 共 8 次評分
開發者 https://hartleybrody.com
付費類型 free
擴展官網 http://blog.hartleybrody.com/chrome-extension/
說明頁面URL https://github.com/hartleybrody/buzzkill
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BuzzKill",
    "description": "Reclaim your news feed.",
    "version": "2.0.0.0",
    "icons": {
        "128": "images\/buzzkill-logo.jpg"
    },
    "permissions": [
        "https:\/\/www.facebook.com\/",
        "http:\/\/www.facebook.com\/",
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "bootstrap.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "libs\/underscore.min.js",
                "buzzkill.js"
            ]
        }
    ],
    "page_action": {
        "default_title": "BuzzKill",
        "default_icon": "images\/buzzkill-logo.jpg",
        "default_popup": "popup.html"
    }
}