reddit Sidebar Hider

Hide the reddit sidebar!

Co je reddit Sidebar Hider?

reddit Sidebar Hider je rozšíření Chrome vyvinuté Shraymonks, a jeho hlavní funkcí je „Hide the reddit sidebar!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření reddit Sidebar Hider

Stáhněte si soubory rozšíření reddit Sidebar Hider 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í

                        Hide the sidebar and make more room for content!

Adds a link to the user bar that toggles the sidebar.

Improvements over other sidebar hiding extensions:
- Supports custom subreddit headers
- Remembers sidebar state between browsing
- Doesn't leave a blank space with custom subreddit styles
- Doesn't flash sidebar on page load                    

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

Název reddit Sidebar Hider reddit Sidebar Hider
ID gadkijfpineeapfidmlddbaiemjigpdb
Oficiální URL https://chromewebstore.google.com/detail/reddit-sidebar-hider/gadkijfpineeapfidmlddbaiemjigpdb
Popis Hide the reddit sidebar!
Velikost souboru 11.87 KB
Počet instalací 3,369
Aktuální Verze 1.1.12
Poslední Aktualizace 2015-07-07
Datum Vydání 2015-07-07
Hodnocení 4.43/5 Celkem 37 Hodnocení
Vývojář Shraymonks
Typ Platby free
Webové stránky Rozšíření https://github.com/Shraymonks/reddit-Sidebar-Hider
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Shraymonks",
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "exclude_matches": [
                "*:\/\/*.reddit.com\/*.compact",
                "*:\/\/*.reddit.com\/*.mobile",
                "*:\/\/*.reddit.com\/subreddits\/create",
                "*:\/\/i.reddit.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "matches": [
                "*:\/\/*.reddit.com\/",
                "*:\/\/*.reddit.com\/?*",
                "*:\/\/*.reddit.com\/account-activity\/*",
                "*:\/\/*.reddit.com\/ads*",
                "*:\/\/*.reddit.com\/awards\/*",
                "*:\/\/*.reddit.com\/comments*",
                "*:\/\/*.reddit.com\/controversial*",
                "*:\/\/*.reddit.com\/domain\/*",
                "*:\/\/*.reddit.com\/duplicates\/*",
                "*:\/\/*.reddit.com\/explore*",
                "*:\/\/*.reddit.com\/gilded*",
                "*:\/\/*.reddit.com\/me\/*",
                "*:\/\/*.reddit.com\/new*",
                "*:\/\/*.reddit.com\/password\/*",
                "*:\/\/*.reddit.com\/r\/*",
                "*:\/\/*.reddit.com\/randomrising*",
                "*:\/\/*.reddit.com\/reddits*",
                "*:\/\/*.reddit.com\/related\/*",
                "*:\/\/*.reddit.com\/rising*",
                "*:\/\/*.reddit.com\/search*",
                "*:\/\/*.reddit.com\/submit*",
                "*:\/\/*.reddit.com\/subreddits*",
                "*:\/\/*.reddit.com\/top*",
                "*:\/\/*.reddit.com\/user\/*",
                "*:\/\/*.reddit.com\/wiki\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Hide the reddit sidebar!",
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2,
    "name": "reddit Sidebar Hider",
    "permissions": [
        "storage"
    ],
    "version": "1.1.12"
}