Sharknado but without the sharks Mod
Changes tornado to Sharknado but without the sharks. Idea by @_mattlynch
Hvad er Sharknado but without the sharks Mod?
Sharknado but without the sharks Mod er en Chrome-udvidelse udviklet af Fats Gordo, og dens hovedfunktion er "Changes tornado to Sharknado but without the sharks. Idea by @_mattlynch".
Udvidelsesskærmbilleder
Download Sharknado but without the sharks Mod-udvidelses-CRX-fil
Download Sharknado but without the sharks Mod-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Changes the word "tornado" to "Sharknado but without the sharks" Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ajmgpljcejihmhmbcocjgppbfihlgkfi |
| Officiel URL | https://chromewebstore.google.com/detail/sharknado-but-without-the/ajmgpljcejihmhmbcocjgppbfihlgkfi |
| Beskrivelse | Changes tornado to Sharknado but without the sharks. Idea by @_mattlynch |
| Filstørrelse | 3.61 KB |
| Antal Installationer | 23 |
| Nuværende Version | 1.1 |
| Senest Opdateret | 2017-08-31 |
| Udgivelsesdato | 2017-08-31 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | Fats Gordo |
| Betalingsmetode | free |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Sharknado but without the sharks Mod",
"description": "Changes tornado to Sharknado but without the sharks. Idea by @_mattlynch",
"version": "1.1",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |