Uncover twitter.com Background

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

Wat is Uncover twitter.com Background?

Uncover twitter.com Background is een Chrome-extensie ontwikkeld door https://en.milado.net, en de belangrijkste functie is "Hides the content wrapper, so you can see the background image!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Uncover twitter.com Background

Download Uncover twitter.com Background-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Uncover twitter.com Background Uncover twitter.com Background
ID nfhjomahbnhnkhggiajkcckmakbpddio
Officiële URL https://chromewebstore.google.com/detail/uncover-twittercom-backgr/nfhjomahbnhnkhggiajkcckmakbpddio
Beschrijving Hides the content wrapper, so you can see the background image!
Bestandsgrootte 16.57 KB
Aantal Installaties 52
Huidige Versie 1.1.1
Laatst Bijgewerkt 2013-10-29
Publicatiedatum 2013-10-29
Beoordeling 2.14/5 Totaal 7 Beoordelingen
Ontwikkelaar https://en.milado.net
Betalingswijze free
Ondersteunde Talen 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"
    }
}