Noteless Tumblr
This extension gets rid of all notes on tumblr.
Cos'è Noteless Tumblr?
Noteless Tumblr è un'estensione di Chrome sviluppata da http://macleodsawyer.com, e la sua funzione principale è "This extension gets rid of all notes on tumblr.".
Scarica il file CRX dell'estensione Noteless Tumblr
Scarica i file di estensione Noteless Tumblr in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/
Informazioni di Base sull'Estensione
Nome | |
ID | kindpaogbeocdldailefgaepkdikamkb |
URL Ufficiale | https://chrome.google.com/webstore/detail/noteless-tumblr/kindpaogbeocdldailefgaepkdikamkb |
Descrizione | This extension gets rid of all notes on tumblr. |
Dimensione del File | 40.31 KB |
Conteggio Installazioni | 36 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2015-07-23 |
Data di Pubblicazione | 2015-07-23 |
Sviluppatore | http://macleodsawyer.com |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |