tumblr unrecommend

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

What is tumblr unrecommend?

tumblr unrecommend is a Chrome extension developed by http://kremlin.cc, and its main feature is "remove "recommended" posts (advertisements, market research tools) from tumblr dashboard".

Extension Screenshots

screenshot

Download tumblr unrecommend Extension CRX File

Download tumblr unrecommend extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name tumblr unrecommend tumblr unrecommend
ID bomdjgiilielbggaeohpljkcdcaegend
Official URL https://chrome.google.com/webstore/detail/tumblr-unrecommend/bomdjgiilielbggaeohpljkcdcaegend
Description remove "recommended" posts (advertisements, market research tools) from tumblr dashboard
File Size 44.98 KB
Installation Count 205
Current Version 1.0.2
Last Updated 2014-06-27
Publish Date 2014-06-27
Rating 4.20/5 Total 15 Ratings
Developer http://kremlin.cc
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}