Tumblpass

This extension provides you advanced user experience with Tumblr blogs.

Cos'è Tumblpass?

Tumblpass è un'estensione di Chrome sviluppata da https://webslut4rent.tumblr.com, e la sua funzione principale è "This extension provides you advanced user experience with Tumblr blogs.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Tumblpass

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

                        unlock new features, open hidden content, get access to download files.
just install the free plugin tumbl +, which opens even more options.
Use our plugin for free and get free updates every month!                    

Informazioni di Base sull'Estensione

Nome Tumblpass Tumblpass
ID ejfhhbechmbnapkhnhkeejbhihdhcbde
URL Ufficiale https://chromewebstore.google.com/detail/tumblpass/ejfhhbechmbnapkhnhkeejbhihdhcbde
Descrizione This extension provides you advanced user experience with Tumblr blogs.
Dimensione del File 6.16 KB
Conteggio Installazioni 261
Versione Corrente 2.4.46
Ultimo Aggiornamento 2014-12-16
Data di Pubblicazione 2014-12-16
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore https://webslut4rent.tumblr.com
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tumblpass",
    "description": "This extension provides you advanced user experience with Tumblr blogs.",
    "version": "2.4.46",
    "permissions": [],
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "blockremover.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}