Nerf substitutions

Make reading the news more fun.

Co to jest Nerf substitutions?

Nerf substitutions to rozszerzenie Chrome opracowane przez davidcadrian, a jego główną funkcją jest „Make reading the news more fun.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Nerf substitutions

Pobierz pliki rozszerzeń Nerf substitutions w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Replaces the word "assassination" with the words "the gun game on North Campus with guns".

Be careful when sending email!                    

Podstawowe informacje o rozszerzeniu

Nazwa Nerf substitutions Nerf substitutions
ID lpaijkbmcdolbendgmfbgepgocfgnplp
Oficjalny URL https://chrome.google.com/webstore/detail/nerf-substitutions/lpaijkbmcdolbendgmfbgepgocfgnplp
Opis Make reading the news more fun.
Rozmiar pliku 68.59 KB
Liczba instalacji 35
Aktualna Wersja 1.0.5
Ostatnia Aktualizacja 2014-05-29
Data Publikacji 2014-05-29
Ocena 2.33/5 Łącznie 3 Oceny
Deweloper davidcadrian
Typ Płatności free
Obsługiwane Języki 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"
    }
}