Some Rich Asshole

Replaces the text 'Donald Trump' with 'Some Rich Asshole'.

Apa itu Some Rich Asshole?

Some Rich Asshole adalah ekstensi Chrome yang dikembangkan oleh drew, dan fitur utamanya adalah "Replaces the text 'Donald Trump' with 'Some Rich Asshole'.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Some Rich Asshole

Unduh file ekstensi Some Rich Asshole 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 browser add-on that replaces "Donald Trump" with "Some Rich Asshole"                    

Informasi Dasar Ekstensi

Nama Some Rich Asshole Some Rich Asshole
ID hgcjjgnlnheojgpdiafpdnjjpbkedgfh
URL Resmi https://chrome.google.com/webstore/detail/some-rich-asshole/hgcjjgnlnheojgpdiafpdnjjpbkedgfh
Deskripsi Replaces the text 'Donald Trump' with 'Some Rich Asshole'.
Ukuran File 33.73 KB
Jumlah Instalasi 603
Versi Saat Ini 1.2
Terakhir Diperbarui 2015-09-17
Tanggal Publikasi 2015-09-17
Penilaian 4.81/5 Total 72 Penilaian
Pengembang drew
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi http://somerichasshole.com
URL Halaman Bantuan http://somerichasshole.com
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Some Rich Asshole",
    "version": "1.2",
    "description": "Replaces the text 'Donald Trump' with 'Some Rich Asshole'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}