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ファイルをダウンロード
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/
拡張機能の基本情報
名前 | |
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" ] } ] } |