Buzzfree

Free yourself from hyper-targeted listicles.

Co je Buzzfree?

Buzzfree je rozšíření Chrome vyvinuté Dustin Coates, a jeho hlavní funkcí je „Free yourself from hyper-targeted listicles.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Buzzfree

Stáhněte si soubory rozšíření Buzzfree ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Buzzfree Buzzfree
ID jbanaelmmihnemigbebcbgfjbgkpmeag
Oficiální URL https://chrome.google.com/webstore/detail/buzzfree/jbanaelmmihnemigbebcbgfjbgkpmeag
Popis Free yourself from hyper-targeted listicles.
Velikost souboru 21.44 KB
Počet instalací 17
Aktuální Verze 1.1.4
Poslední Aktualizace 2014-06-25
Datum Vydání 2014-06-25
Hodnocení 4.43/5 Celkem 7 Hodnocení
Vývojář Dustin Coates
Typ Platby free
Webové stránky Rozšíření http://dcoates.com/buzzfree
Podporované Jazyky 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"
    }
}