Noteless Tumblr

This extension gets rid of all notes on tumblr.

Noteless Tumblr란 무엇입니까?

Noteless Tumblr은(는) http://macleodsawyer.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension gets rid of all notes on tumblr."입니다.

Noteless Tumblr 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Reminiscence the events of July 23rd, 2015 when staff messed up and deleted all notes on tumblr!

This extension gets rid of seeing notes on your dashboard, if that's your sort of thing download this now.

Created by tumblr user mxcleod.

http://mxcleod.tumblr.com/                    

확장 프로그램 기본 정보

이름 Noteless Tumblr Noteless Tumblr
ID kindpaogbeocdldailefgaepkdikamkb
공식 URL https://chrome.google.com/webstore/detail/noteless-tumblr/kindpaogbeocdldailefgaepkdikamkb
설명 This extension gets rid of all notes on tumblr.
파일 크기 40.31 KB
설치 횟수 36
현재 버전 0.0.1
최근 업데이트 2015-07-23
출시 날짜 2015-07-23
개발자 http://macleodsawyer.com
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Noteless Tumblr",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "This extension gets rid of all notes on tumblr.",
    "homepage_url": "http:\/\/macleodsawyer.com",
    "default_locale": "en",
    "permissions": [
        "contentSettings"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.tumblr.com\/*",
                "http:\/\/www.tumblr.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        }
    ]
}