No Moments for Twitter
A chrome extension that hides the Moments button on the Twitter website.
Co to jest No Moments for Twitter?
No Moments for Twitter to rozszerzenie Chrome opracowane przez ungoldman, a jego główną funkcją jest „A chrome extension that hides the Moments button on the Twitter website.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia No Moments for Twitter
Pobierz pliki rozszerzeń No Moments for Twitter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | kenlkkgfablehdjlhidnacobagpcbmcp |
Oficjalny URL | https://chrome.google.com/webstore/detail/no-moments-for-twitter/kenlkkgfablehdjlhidnacobagpcbmcp |
Opis | A chrome extension that hides the Moments button on the Twitter website. |
Rozmiar pliku | 30.76 KB |
Liczba instalacji | 34 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2015-12-04 |
Data Publikacji | 2015-12-04 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | ungoldman |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/ngoldman/no-moments |
Obsługiwane Języki | 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" ] } ] } |