Fear Mongering Shithead
Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'.
Cos'è Fear Mongering Shithead?
Fear Mongering Shithead è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fear Mongering Shithead
Scarica i file di estensione Fear Mongering Shithead in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'. A fork of Some Rich Asshole Informazioni di Base sull'Estensione
| Nome | |
| ID | hkgpjbjehhennbkmmhhoelofdhhcfhfk |
| URL Ufficiale | https://chromewebstore.google.com/detail/fear-mongering-shithead/hkgpjbjehhennbkmmhhoelofdhhcfhfk |
| Descrizione | Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'. |
| Dimensione del File | 34.96 KB |
| Conteggio Installazioni | 11 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2015-10-16 |
| Data di Pubblicazione | 2015-10-16 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Unknown |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |