No Moments for Twitter
A chrome extension that hides the Moments button on the Twitter website.
Co je No Moments for Twitter?
No Moments for Twitter je rozšíření Chrome vyvinuté ungoldman, a jeho hlavní funkcí je „A chrome extension that hides the Moments button on the Twitter website.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření No Moments for Twitter
Stáhněte si soubory rozšíření No Moments for Twitter 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 chrome extension that hides the Moments button on the Twitter website. Disclaimer: This extension is distributed free of charge and made for educational/practical purposes only! No harm is intended toward the great nation of Twitter. I just don't want to accidentally click the `Moments` button anymore.
Základní Informace o Rozšíření
Název | |
ID | kenlkkgfablehdjlhidnacobagpcbmcp |
Oficiální URL | https://chrome.google.com/webstore/detail/no-moments-for-twitter/kenlkkgfablehdjlhidnacobagpcbmcp |
Popis | A chrome extension that hides the Moments button on the Twitter website. |
Velikost souboru | 30.76 KB |
Počet instalací | 34 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2015-12-04 |
Datum Vydání | 2015-12-04 |
Hodnocení | 5.00/5 Celkem 4 Hodnocení |
Vývojář | ungoldman |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/ngoldman/no-moments |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "No Moments for Twitter", "version": "1.0.0", "description": "A chrome extension that hides the Moments button on the Twitter website.", "homepage_url": "http:\/\/github.com\/ngoldman\/no-moments", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "css": [ "no-moments.css" ] } ] } |