tumblr unrecommend

remove "recommended" posts (advertisements, market research tools) from tumblr dashboard

Cos'è tumblr unrecommend?

tumblr unrecommend è un'estensione di Chrome sviluppata da http://kremlin.cc, e la sua funzione principale è "remove "recommended" posts (advertisements, market research tools) from tumblr dashboard".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione tumblr unrecommend

Scarica i file di estensione tumblr unrecommend in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        bloqués those weird, irritating recommended post things. don't be a hamster for yahoo's market research.

update: make the fucking homepage link work again sans political message. give me a goddamn blog service                    

Informazioni di Base sull'Estensione

Nome tumblr unrecommend tumblr unrecommend
ID bomdjgiilielbggaeohpljkcdcaegend
URL Ufficiale https://chrome.google.com/webstore/detail/tumblr-unrecommend/bomdjgiilielbggaeohpljkcdcaegend
Descrizione remove "recommended" posts (advertisements, market research tools) from tumblr dashboard
Dimensione del File 44.98 KB
Conteggio Installazioni 205
Versione Corrente 1.0.2
Ultimo Aggiornamento 2014-06-27
Data di Pubblicazione 2014-06-27
Valutazione 4.20/5 Totale 15 Valutazioni
Sviluppatore http://kremlin.cc
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "tumblr unrecommend",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "remove \"recommended\" posts (advertisements, market research tools) from tumblr dashboard",
    "homepage_url": "https:\/\/kremlin.cc",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "http:\/\/tumblr.com\/*",
        "https:\/\/tumblr.com\/*",
        "http:\/\/*.tumblr.com\/*",
        "https:\/\/*.tumblr.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/tumblr.com\/*",
                "https:\/\/tumblr.com\/*",
                "http:\/\/*.tumblr.com\/*",
                "https:\/\/*.tumblr.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        }
    ]
}