Noteless Tumblr
This extension gets rid of all notes on tumblr.
What is Noteless Tumblr?
Noteless Tumblr is a Chrome extension developed by http://macleodsawyer.com, and its main feature is "This extension gets rid of all notes on tumblr.".
Download Noteless Tumblr Extension CRX File
Download Noteless Tumblr 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
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/
Extension Basic Information
Name | |
ID | kindpaogbeocdldailefgaepkdikamkb |
Official URL | https://chrome.google.com/webstore/detail/noteless-tumblr/kindpaogbeocdldailefgaepkdikamkb |
Description | This extension gets rid of all notes on tumblr. |
File Size | 40.31 KB |
Installation Count | 36 |
Current Version | 0.0.1 |
Last Updated | 2015-07-23 |
Publish Date | 2015-07-23 |
Developer | http://macleodsawyer.com |
Payment Type | free |
Supported Languages | 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" ] } ] } |