Uncover twitter.com Background

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

Vad är Uncover twitter.com Background?

Uncover twitter.com Background är en Chrome-tillägg utvecklad av https://en.milado.net, och dess huvudfunktion är "Hides the content wrapper, so you can see the background image!".

Tilläggsskärmbilder

screenshot

Ladda ner Uncover twitter.com Background-förlängningens CRX-fil

Ladda ner Uncover twitter.com Background-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Uncover twitter.com Background Uncover twitter.com Background
ID nfhjomahbnhnkhggiajkcckmakbpddio
Officiell webbadress https://chromewebstore.google.com/detail/uncover-twittercom-backgr/nfhjomahbnhnkhggiajkcckmakbpddio
Beskrivning Hides the content wrapper, so you can see the background image!
Filstorlek 16.57 KB
Antal Installationer 52
Aktuell Version 1.1.1
Senast Uppdaterad 2013-10-29
Publiceringsdatum 2013-10-29
Betyg 2.14/5 Totalt 7 Betyg
Utvecklare https://en.milado.net
Betalningssätt free
Stödda Språk 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"
    }
}