Dogs to spiders

Replaces the text 'Dog' with 'Spider', based on Snake People by Eric Bailey

Co to jest Dogs to spiders?

Dogs to spiders to rozszerzenie Chrome opracowane przez saw, a jego główną funkcją jest „Replaces the text 'Dog' with 'Spider', based on Snake People by Eric Bailey”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Dogs to spiders

Pobierz pliki rozszerzeń Dogs to spiders 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

                        This will replace all references to dogs with spiders. For amusement.                    

Podstawowe informacje o rozszerzeniu

Nazwa Dogs to spiders Dogs to spiders
ID jpgleglgimgdfjndpllcfcgacieggogm
Oficjalny URL https://chromewebstore.google.com/detail/dogs-to-spiders/jpgleglgimgdfjndpllcfcgacieggogm
Opis Replaces the text 'Dog' with 'Spider', based on Snake People by Eric Bailey
Rozmiar pliku 16.75 KB
Liczba instalacji 22
Aktualna Wersja 1.0.7
Ostatnia Aktualizacja 2016-06-07
Data Publikacji 2016-06-06
Ocena 4.20/5 Łącznie 5 Oceny
Deweloper saw
Typ Płatności free
Strona Rozszerzenia https://github.com/saw/dogs-to-spiders
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dogs to spiders",
    "short_name": "Spiders",
    "description": "Replaces the text 'Dog' with 'Spider', based on Snake People by Eric Bailey",
    "author": "Stephen Woods",
    "version": "1.0.7",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}