Fear Mongering Shithead
Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'.
Co to jest Fear Mongering Shithead?
Fear Mongering Shithead to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Fear Mongering Shithead
Pobierz pliki rozszerzeń Fear Mongering Shithead 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 text 'Stephen Harper' with 'Some Fear Mongering Shithead'.  A fork of Some Rich Asshole                     Podstawowe informacje o rozszerzeniu
| Nazwa |  | 
| ID | hkgpjbjehhennbkmmhhoelofdhhcfhfk | 
| Oficjalny URL | https://chromewebstore.google.com/detail/fear-mongering-shithead/hkgpjbjehhennbkmmhhoelofdhhcfhfk | 
| Opis | Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'. | 
| Rozmiar pliku | 34.96 KB | 
| Liczba instalacji | 11 | 
| Aktualna Wersja | 1.0 | 
| Ostatnia Aktualizacja | 2015-10-16 | 
| Data Publikacji | 2015-10-16 | 
| Ocena | 5.00/5 Łącznie 1 Oceny | 
| Deweloper | Unknown | 
| 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": "Fear Mongering Shithead",
    "version": "1.0",
    "description": "Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
} | |