Remove Twitter Moments

Removes Twitter's 'Moments' navigation button.

Co je Remove Twitter Moments?

Remove Twitter Moments je rozšíření Chrome vyvinuté Ed, a jeho hlavní funkcí je „Removes Twitter's 'Moments' navigation button.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Remove Twitter Moments

Stáhněte si soubory rozšíření Remove Twitter Moments 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í

                        A simple Chrome extension to remove the Twitter 'Moment's navigation bar button.                    

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

Název Remove Twitter Moments Remove Twitter Moments
ID ahgkojcohophkbdipjagnobbdabmhmdm
Oficiální URL https://chromewebstore.google.com/detail/remove-twitter-moments/ahgkojcohophkbdipjagnobbdabmhmdm
Popis Removes Twitter's 'Moments' navigation button.
Velikost souboru 9.48 KB
Počet instalací 109
Aktuální Verze 1.1.0
Poslední Aktualizace 2015-12-14
Datum Vydání 2015-12-13
Hodnocení 4.38/5 Celkem 8 Hodnocení
Vývojář Ed
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/ed-flanagan/remove-moments
URL Stránky Nápovědy https://github.com/ed-flanagan/remove-moments/issues
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Remove Twitter Moments",
    "short_name": "Stop Moments",
    "description": "Removes Twitter's 'Moments' navigation button.",
    "version": "1.1.0",
    "version_name": "1.1.0",
    "homepage_url": "https:\/\/github.com\/ed-flanagan\/remove-moments",
    "author": "Ed Flanagan",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "offline_enabled": false,
    "permissions": [
        "http:\/\/twitter.com\/*",
        "https:\/\/twitter.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/twitter.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "run_at": "document_end",
            "all_frames": false,
            "css": [
                "remove.css"
            ]
        }
    ]
}