Nashey Cougar
Replaces the text 'Nicolas Cage' with 'Nashey Cougar'.
Hvad er Nashey Cougar?
Nashey Cougar er en Chrome-udvidelse udviklet af dan devine, og dens hovedfunktion er "Replaces the text 'Nicolas Cage' with 'Nashey Cougar'.".
Udvidelsesskærmbilleder
Download Nashey Cougar-udvidelses-CRX-fil
Download Nashey Cougar-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
This extension replaces occurrences of the text 'Nicolas Cage' with 'Nashey Cougar', which is the correct phonetic pronunciation of his name.
Grundlæggende oplysninger om udvidelsen
Navn | Nashey Cougar |
ID | jjoajpghilppoeackfnbafblijkhocno |
Officiel URL | https://chromewebstore.google.com/detail/nashey-cougar/jjoajpghilppoeackfnbafblijkhocno |
Beskrivelse | Replaces the text 'Nicolas Cage' with 'Nashey Cougar'. |
Filstørrelse | 46.16 KB |
Antal Installationer | 15 |
Nuværende Version | 1.3 |
Senest Opdateret | 2015-03-27 |
Udgivelsesdato | 2015-03-27 |
Udvikler | dan devine |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://danieldevine.github.io/nashey-cougar/ |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nashey Cougar", "version": "1.3", "description": "Replaces the text 'Nicolas Cage' with 'Nashey Cougar'.", "browser_action": { "default_icon": "nc.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |