Noteless Tumblr
This extension gets rid of all notes on tumblr.
Wat is Noteless Tumblr?
Noteless Tumblr is een Chrome-extensie ontwikkeld door http://macleodsawyer.com, en de belangrijkste functie is "This extension gets rid of all notes on tumblr.".
Download het CRX-bestand van de extensie Noteless Tumblr
Download Noteless Tumblr-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/
Basisinformatie over de Extensie
Naam | |
ID | kindpaogbeocdldailefgaepkdikamkb |
Officiële URL | https://chrome.google.com/webstore/detail/noteless-tumblr/kindpaogbeocdldailefgaepkdikamkb |
Beschrijving | This extension gets rid of all notes on tumblr. |
Bestandsgrootte | 40.31 KB |
Aantal Installaties | 36 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2015-07-23 |
Publicatiedatum | 2015-07-23 |
Ontwikkelaar | http://macleodsawyer.com |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |