Noteless Tumblr

This extension gets rid of all notes on tumblr.

Noteless Tumblrคืออะไร?

Noteless Tumblr เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://macleodsawyer.com และคุณลักษณะหลักของมันคือ "This extension gets rid of all notes on tumblr."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Noteless Tumblr

ดาวน์โหลดไฟล์ส่วนขยาย Noteless Tumblr ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}