Gamepedia SBR

Removes Gamepedia's ad sidebar that hogs up the right side of the screen.

Vad är Gamepedia SBR?

Gamepedia SBR är en Chrome-tillägg utvecklad av Nerochi, och dess huvudfunktion är "Removes Gamepedia's ad sidebar that hogs up the right side of the screen.".

Tilläggsskärmbilder

screenshot

Ladda ner Gamepedia SBR-förlängningens CRX-fil

Ladda ner Gamepedia SBR-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

                        Removes Gamepedia's ad sidebar that hogs up the right side of the screen.                    

Grundläggande Information om Tillägg

Namn Gamepedia SBR Gamepedia SBR
ID ibpbiopdeojmpbfdpojifehlajlmoeod
Officiell webbadress https://chromewebstore.google.com/detail/gamepedia-sbr/ibpbiopdeojmpbfdpojifehlajlmoeod
Beskrivning Removes Gamepedia's ad sidebar that hogs up the right side of the screen.
Filstorlek 19.26 KB
Antal Installationer 366
Aktuell Version 0.1
Senast Uppdaterad 2016-06-13
Publiceringsdatum 2016-06-13
Betyg 4.77/5 Totalt 31 Betyg
Utvecklare Nerochi
Betalningssätt free
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gamepedia SBR",
    "version": "0.1",
    "permissions": [
        "*:\/\/*.gamepedia.com\/*"
    ],
    "description": "Removes Gamepedia's ad sidebar that hogs up the right side of the screen.",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "browser_action": {
        "default_icon": "48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.gamepedia.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}