Uncover twitter.com Background

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

Co je Uncover twitter.com Background?

Uncover twitter.com Background je rozšíření Chrome vyvinuté https://en.milado.net, a jeho hlavní funkcí je „Hides the content wrapper, so you can see the background image!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Uncover twitter.com Background

Stáhněte si soubory rozšíření Uncover twitter.com Background ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Uncover twitter.com Background Uncover twitter.com Background
ID nfhjomahbnhnkhggiajkcckmakbpddio
Oficiální URL https://chromewebstore.google.com/detail/uncover-twittercom-backgr/nfhjomahbnhnkhggiajkcckmakbpddio
Popis Hides the content wrapper, so you can see the background image!
Velikost souboru 16.57 KB
Počet instalací 52
Aktuální Verze 1.1.1
Poslední Aktualizace 2013-10-29
Datum Vydání 2013-10-29
Hodnocení 2.14/5 Celkem 7 Hodnocení
Vývojář https://en.milado.net
Typ Platby free
Podporované Jazyky 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"
    }
}