others to otters
Replaces all instances of 'other' with 'otter'.
Wat is others to otters?
others to otters is een Chrome-extensie ontwikkeld door RRM, en de belangrijkste functie is "Replaces all instances of 'other' with 'otter'.".
Extensie Screenshots
Download het CRX-bestand van de extensie others to otters
Download others to otters-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension replaces all instances of the word "other" with the word "otter", to make you smile when you least expect it.
Basisinformatie over de Extensie
Naam | others to otters |
ID | ondpmmfoomodhhlpgibmmjfmbolgngmf |
Officiële URL | https://chromewebstore.google.com/detail/others-to-otters/ondpmmfoomodhhlpgibmmjfmbolgngmf |
Beschrijving | Replaces all instances of 'other' with 'otter'. |
Bestandsgrootte | 21.25 KB |
Aantal Installaties | 17 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2017-09-12 |
Publicatiedatum | 2017-09-12 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | RRM |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "others to otters", "short_name": "otters", "description": "Replaces all instances of 'other' with 'otter'.", "author": "RRM", "version": "1.1", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |