Nerf substitutions

Make reading the news more fun.

Apa itu Nerf substitutions?

Nerf substitutions adalah ekstensi Chrome yang dikembangkan oleh davidcadrian, dan fitur utamanya adalah "Make reading the news more fun.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Nerf substitutions

Unduh file ekstensi Nerf substitutions 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 word "assassination" with the words "the gun game on North Campus with guns".

Be careful when sending email!                    

Informasi Dasar Ekstensi

Nama Nerf substitutions Nerf substitutions
ID lpaijkbmcdolbendgmfbgepgocfgnplp
URL Resmi https://chrome.google.com/webstore/detail/nerf-substitutions/lpaijkbmcdolbendgmfbgepgocfgnplp
Deskripsi Make reading the news more fun.
Ukuran File 68.59 KB
Jumlah Instalasi 35
Versi Saat Ini 1.0.5
Terakhir Diperbarui 2014-05-29
Tanggal Publikasi 2014-05-29
Penilaian 2.33/5 Total 3 Penilaian
Pengembang davidcadrian
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nerf substitutions",
    "description": "Make reading the news more fun.",
    "version": "1.0.5",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "images\/icon128.jpg"
    }
}