Buzzfree

Free yourself from hyper-targeted listicles.

Vad är Buzzfree?

Buzzfree är en Chrome-tillägg utvecklad av Dustin Coates, och dess huvudfunktion är "Free yourself from hyper-targeted listicles.".

Tilläggsskärmbilder

screenshot

Ladda ner Buzzfree-förlängningens CRX-fil

Ladda ner Buzzfree-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Buzzfree Buzzfree
ID jbanaelmmihnemigbebcbgfjbgkpmeag
Officiell webbadress https://chrome.google.com/webstore/detail/buzzfree/jbanaelmmihnemigbebcbgfjbgkpmeag
Beskrivning Free yourself from hyper-targeted listicles.
Filstorlek 21.44 KB
Antal Installationer 17
Aktuell Version 1.1.4
Senast Uppdaterad 2014-06-25
Publiceringsdatum 2014-06-25
Betyg 4.43/5 Totalt 7 Betyg
Utvecklare Dustin Coates
Betalningssätt free
Tilläggswebbplats http://dcoates.com/buzzfree
Stödda Språk 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"
    }
}