No Moments for Twitter
A chrome extension that hides the Moments button on the Twitter website.
Vad är No Moments for Twitter?
No Moments for Twitter är en Chrome-tillägg utvecklad av ungoldman, och dess huvudfunktion är "A chrome extension that hides the Moments button on the Twitter website.".
Tilläggsskärmbilder
Ladda ner No Moments for Twitter-förlängningens CRX-fil
Ladda ner No Moments for Twitter-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
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.
Grundläggande Information om Tillägg
Namn | |
ID | kenlkkgfablehdjlhidnacobagpcbmcp |
Officiell webbadress | https://chrome.google.com/webstore/detail/no-moments-for-twitter/kenlkkgfablehdjlhidnacobagpcbmcp |
Beskrivning | A chrome extension that hides the Moments button on the Twitter website. |
Filstorlek | 30.76 KB |
Antal Installationer | 34 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2015-12-04 |
Publiceringsdatum | 2015-12-04 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | ungoldman |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/ngoldman/no-moments |
Stödda Språk | 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" ] } ] } |