Freedom to More Freedom

Replaces the text 'Security' with 'Freedom'.

Apa itu Freedom to More Freedom?

Freedom to More Freedom adalah ekstensi Chrome yang dikembangkan oleh https://nullify-ctf.blogspot.com, dan fitur utamanya adalah "Replaces the text 'Security' with 'Freedom'.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Freedom to More Freedom

Unduh file ekstensi Freedom to More Freedom 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

                        Replaces the text 'Security' with 'Freedom' in certain contexts. This basically the same as cloud to butts.                    

Informasi Dasar Ekstensi

Nama Freedom to More Freedom Freedom to More Freedom
ID mbjafjdfamobncblnamcbfpkeelcihno
URL Resmi https://chromewebstore.google.com/detail/freedom-to-more-freedom/mbjafjdfamobncblnamcbfpkeelcihno
Deskripsi Replaces the text 'Security' with 'Freedom'.
Ukuran File 3.37 KB
Jumlah Instalasi 1,080
Versi Saat Ini 1.0
Terakhir Diperbarui 2014-07-05
Tanggal Publikasi 2014-07-04
Penilaian 2.83/5 Total 18 Penilaian
Pengembang https://nullify-ctf.blogspot.com
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Freedom to More Freedom",
    "version": "1.0",
    "description": "Replaces the text 'Security' with 'Freedom'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}