Nashey Cougar
Replaces the text 'Nicolas Cage' with 'Nashey Cougar'.
Vad är Nashey Cougar?
Nashey Cougar är en Chrome-tillägg utvecklad av dan devine, och dess huvudfunktion är "Replaces the text 'Nicolas Cage' with 'Nashey Cougar'.".
Tilläggsskärmbilder
Ladda ner Nashey Cougar-förlängningens CRX-fil
Ladda ner Nashey Cougar-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
This extension replaces occurrences of the text 'Nicolas Cage' with 'Nashey Cougar', which is the correct phonetic pronunciation of his name. Grundläggande Information om Tillägg
| Namn | |
| ID | jjoajpghilppoeackfnbafblijkhocno |
| Officiell webbadress | https://chromewebstore.google.com/detail/nashey-cougar/jjoajpghilppoeackfnbafblijkhocno |
| Beskrivning | Replaces the text 'Nicolas Cage' with 'Nashey Cougar'. |
| Filstorlek | 46.16 KB |
| Antal Installationer | 15 |
| Aktuell Version | 1.3 |
| Senast Uppdaterad | 2015-03-27 |
| Publiceringsdatum | 2015-03-27 |
| Utvecklare | dan devine |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://danieldevine.github.io/nashey-cougar/ |
| Stödda Språk | 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"
}
]
} | |