WeTumblr

View Tumblr Likes and Download them.

WeTumblrとは何ですか?

WeTumblrはairylandによって開発されたChromeの拡張機能で、その主な機能は「View Tumblr Likes and Download them.」です。

拡張機能のスクリーンショット

screenshot

WeTumblr拡張機能のCRXファイルをダウンロード

WeTumblr拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        View Tumblr Likes and Download them. Backup your tumblr likes before Tumblr banning adult content.                    

拡張機能の基本情報

名前 WeTumblr WeTumblr
ID bpbdljpphnblfmgbfkphflkhmeollldm
公式URL https://chromewebstore.google.com/detail/wetumblr/bpbdljpphnblfmgbfkphflkhmeollldm
説明 View Tumblr Likes and Download them.
ファイルサイズ 139 KB
インストール数 196
現在のバージョン 1.0.1
最終更新日 2018-12-06
公開日 2018-12-06
評価 3.75/5 合計 4 レビュー
開発者 airyland
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1",
    "name": "WeTumblr",
    "options_page": "pages\/options.html",
    "manifest_version": 2,
    "icons": {
        "16": "assets\/images\/icon.png",
        "48": "assets\/images\/icon.png",
        "128": "assets\/images\/icon.png"
    },
    "browser_action": {
        "default_icon": "assets\/images\/icon.png"
    },
    "background": {
        "scripts": [
            "modules\/background\/background.js"
        ],
        "persistent": true
    },
    "description": "View Tumblr Likes and Download them.",
    "permissions": [
        "unlimitedStorage",
        "downloads",
        "https:\/\/*.media.tumblr.com\/*",
        "https:\/\/*.tumblr.com\/*"
    ],
    "content_security_policy": "script-src 'self'; style-src * 'unsafe-inline';"
}