WeTumblr

View Tumblr Likes and Download them.

Cos'è WeTumblr?

WeTumblr è un'estensione di Chrome sviluppata da airyland, e la sua funzione principale è "View Tumblr Likes and Download them.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione WeTumblr

Scarica i file di estensione WeTumblr 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

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

Informazioni di Base sull'Estensione

Nome WeTumblr WeTumblr
ID bpbdljpphnblfmgbfkphflkhmeollldm
URL Ufficiale https://chromewebstore.google.com/detail/wetumblr/bpbdljpphnblfmgbfkphflkhmeollldm
Descrizione View Tumblr Likes and Download them.
Dimensione del File 139 KB
Conteggio Installazioni 196
Versione Corrente 1.0.1
Ultimo Aggiornamento 2018-12-06
Data di Pubblicazione 2018-12-06
Valutazione 3.75/5 Totale 4 Valutazioni
Sviluppatore airyland
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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';"
}