Simplified Twitter

Remove distractions from the new Twitter layout

Apa itu Simplified Twitter?

Simplified Twitter adalah ekstensi Chrome yang dikembangkan oleh Bruno Lemos, dan fitur utamanya adalah "Remove distractions from the new Twitter layout".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Simplified Twitter

Unduh file ekstensi Simplified 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

                        Improve the Twitter experience by decluttering the layout: No trends column, no giant menu, no distracting elements. Focus on what matters: the tweets.

AVAILABLE FOR ALL BROWSERS.                    

Informasi Dasar Ekstensi

Nama Simplified Twitter Simplified Twitter
ID kfopmjhmejbgomgeajemgpgpbckpoopg
URL Resmi https://chromewebstore.google.com/detail/simplified-twitter/kfopmjhmejbgomgeajemgpgpbckpoopg
Deskripsi Remove distractions from the new Twitter layout
Ukuran File 14.05 KB
Jumlah Instalasi 2,394
Versi Saat Ini 1.8.1
Terakhir Diperbarui 2023-11-22
Tanggal Publikasi 2020-04-25
Penilaian 4.70/5 Total 20 Penilaian
Pengembang Bruno Lemos
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/brunolemos/simplified-twitter
URL Halaman Bantuan https://github.com/brunolemos/simplified-twitter
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simplified Twitter",
    "version": "1.8.1",
    "description": "Remove distractions from the new Twitter layout",
    "short_name": "Simplified Twitter",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/x.com\/*",
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    }
}