IsIs to Tusken Raiders

This extension changes the IsIs to Tusken Raiders on the current page

Co to jest IsIs to Tusken Raiders?

IsIs to Tusken Raiders to rozszerzenie Chrome opracowane przez jessehmcdonald, a jego główną funkcją jest „This extension changes the IsIs to Tusken Raiders on the current page”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia IsIs to Tusken Raiders

Pobierz pliki rozszerzeń IsIs to Tusken Raiders 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

                        Tired of hearing about IsIs? Me too! This extension will spice things up a bit!                    

Podstawowe informacje o rozszerzeniu

Nazwa IsIs to Tusken Raiders IsIs to Tusken Raiders
ID pikjamffbldfgmeehclbpgcnegkcknen
Oficjalny URL https://chrome.google.com/webstore/detail/isis-to-tusken-raiders/pikjamffbldfgmeehclbpgcnegkcknen
Opis This extension changes the IsIs to Tusken Raiders on the current page
Rozmiar pliku 3.94 KB
Liczba instalacji 14
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2015-12-19
Data Publikacji 2015-12-19
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper jessehmcdonald
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": "IsIs to Tusken Raiders",
    "description": "This extension changes the IsIs to Tusken Raiders on the current page",
    "version": "1.0",
    "permissions": [
        "https:\/\/www.google-analytics.com\/",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}