Trump Replacer

This extension will replace all mentions of Trump's name with your selected word or phrase

Apa itu Trump Replacer?

Trump Replacer adalah ekstensi Chrome yang dikembangkan oleh taylor.hocutt, dan fitur utamanya adalah "This extension will replace all mentions of Trump's name with your selected word or phrase".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Trump Replacer

Unduh file ekstensi Trump Replacer 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

                        Add this app to your Chrome browser and replace all instances of "Trump" with a word or phrase of your choice! Just click the plugin icon in the top of your browser and enter in a new value.                    

Informasi Dasar Ekstensi

Nama Trump Replacer Trump Replacer
ID iadkfodhaefhacmoigoakjcoagcfffld
URL Resmi https://chromewebstore.google.com/detail/trump-replacer/iadkfodhaefhacmoigoakjcoagcfffld
Deskripsi This extension will replace all mentions of Trump's name with your selected word or phrase
Ukuran File 6.09 KB
Jumlah Instalasi 114
Versi Saat Ini 1.6
Terakhir Diperbarui 2016-11-21
Tanggal Publikasi 2016-11-21
Penilaian 4.83/5 Total 6 Penilaian
Pengembang taylor.hocutt
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump Replacer",
    "description": "This extension will replace all mentions of Trump's name with your selected word or phrase",
    "version": "1.6",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}