No Moments for Twitter
A chrome extension that hides the Moments button on the Twitter website.
Apa itu No Moments for Twitter?
No Moments for Twitter adalah ekstensi Chrome yang dikembangkan oleh ungoldman, dan fitur utamanya adalah "A chrome extension that hides the Moments button on the Twitter website.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi No Moments for Twitter
Unduh file ekstensi No Moments for Twitter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | kenlkkgfablehdjlhidnacobagpcbmcp |
URL Resmi | https://chrome.google.com/webstore/detail/no-moments-for-twitter/kenlkkgfablehdjlhidnacobagpcbmcp |
Deskripsi | A chrome extension that hides the Moments button on the Twitter website. |
Ukuran File | 30.76 KB |
Jumlah Instalasi | 34 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2015-12-04 |
Tanggal Publikasi | 2015-12-04 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | ungoldman |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/ngoldman/no-moments |
Bahasa yang Didukung | 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" ] } ] } |