tumblr unrecommend

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

tumblr unrecommend란 무엇입니까?

tumblr unrecommend은(는) http://kremlin.cc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "remove "recommended" posts (advertisements, market research tools) from tumblr dashboard"입니다.

확장 프로그램 스크린샷

screenshot

tumblr unrecommend 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 tumblr unrecommend tumblr unrecommend
ID bomdjgiilielbggaeohpljkcdcaegend
공식 URL https://chrome.google.com/webstore/detail/tumblr-unrecommend/bomdjgiilielbggaeohpljkcdcaegend
설명 remove "recommended" posts (advertisements, market research tools) from tumblr dashboard
파일 크기 44.98 KB
설치 횟수 205
현재 버전 1.0.2
최근 업데이트 2014-06-27
출시 날짜 2014-06-27
평점 4.20/5 총 15 개의 평점
개발자 http://kremlin.cc
결제 유형 free
지원되는 언어 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"
            ]
        }
    ]
}