Uncover twitter.com Background

Hides the content wrapper, so you can see the background image!

Cos'è Uncover twitter.com Background?

Uncover twitter.com Background è un'estensione di Chrome sviluppata da https://en.milado.net, e la sua funzione principale è "Hides the content wrapper, so you can see the background image!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Uncover twitter.com Background

Scarica i file di estensione Uncover twitter.com Background 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

                        When you access twitter.com, a new icon (twitter logo) will appear in the omnibar, clicking it will hide / show the content wrapper in twitter.com, so you can see the profile background image.                    

Informazioni di Base sull'Estensione

Nome Uncover twitter.com Background Uncover twitter.com Background
ID nfhjomahbnhnkhggiajkcckmakbpddio
URL Ufficiale https://chromewebstore.google.com/detail/uncover-twittercom-backgr/nfhjomahbnhnkhggiajkcckmakbpddio
Descrizione Hides the content wrapper, so you can see the background image!
Dimensione del File 16.57 KB
Conteggio Installazioni 52
Versione Corrente 1.1.1
Ultimo Aggiornamento 2013-10-29
Data di Pubblicazione 2013-10-29
Valutazione 2.14/5 Totale 7 Valutazioni
Sviluppatore https://en.milado.net
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Uncover twitter.com Background",
    "description": "Hides the content wrapper, so you can see the background image!",
    "version": "1.1.1",
    "permissions": [
        "tabs",
        "http:\/\/*.twitter.com\/*",
        "https:\/\/*.twitter.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "page_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Uncover twitter.com Background"
    }
}