Lord Harambe
Replaces all instances of 'God' with 'Harambe'. Dicks out
Vad är Lord Harambe?
Lord Harambe är en Chrome-tillägg utvecklad av SirSidis, och dess huvudfunktion är "Replaces all instances of 'God' with 'Harambe'. Dicks out".
Tilläggsskärmbilder
Ladda ner Lord Harambe-förlängningens CRX-fil
Ladda ner Lord Harambe-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Replaces all instances of the word 'God' with 'Harambe', our dearly departed friend Grundläggande Information om Tillägg
| Namn | |
| ID | dkjlnnadnhioppalkdangjmfeppakfep |
| Officiell webbadress | https://chromewebstore.google.com/detail/lord-harambe/dkjlnnadnhioppalkdangjmfeppakfep |
| Beskrivning | Replaces all instances of 'God' with 'Harambe'. Dicks out |
| Filstorlek | 8.67 KB |
| Antal Installationer | 78 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2016-07-25 |
| Publiceringsdatum | 2016-07-25 |
| Betyg | 4.50/5 Totalt 12 Betyg |
| Utvecklare | SirSidis |
| Betalningssätt | free |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Lord Harambe",
"description": "Replaces all instances of 'God' with 'Harambe'. Dicks out",
"version": "1.0",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |