Buzzfree

Free yourself from hyper-targeted listicles.

Wat is Buzzfree?

Buzzfree is een Chrome-extensie ontwikkeld door Dustin Coates, en de belangrijkste functie is "Free yourself from hyper-targeted listicles.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Buzzfree

Download Buzzfree-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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].                    

Basisinformatie over de Extensie

Naam Buzzfree Buzzfree
ID jbanaelmmihnemigbebcbgfjbgkpmeag
Officiële URL https://chrome.google.com/webstore/detail/buzzfree/jbanaelmmihnemigbebcbgfjbgkpmeag
Beschrijving Free yourself from hyper-targeted listicles.
Bestandsgrootte 21.44 KB
Aantal Installaties 17
Huidige Versie 1.1.4
Laatst Bijgewerkt 2014-06-25
Publicatiedatum 2014-06-25
Beoordeling 4.43/5 Totaal 7 Beoordelingen
Ontwikkelaar Dustin Coates
Betalingswijze free
Extensiewebsite http://dcoates.com/buzzfree
Ondersteunde Talen 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"
    }
}