Dogs to spiders
Replaces the text 'Dog' with 'Spider', based on Snake People by Eric Bailey
Wat is Dogs to spiders?
Dogs to spiders is een Chrome-extensie ontwikkeld door saw, en de belangrijkste functie is "Replaces the text 'Dog' with 'Spider', based on Snake People by Eric Bailey".
Extensie Screenshots
Download het CRX-bestand van de extensie Dogs to spiders
Download Dogs to spiders-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 will replace all references to dogs with spiders. For amusement.
Basisinformatie over de Extensie
Naam | Dogs to spiders |
ID | jpgleglgimgdfjndpllcfcgacieggogm |
Officiële URL | https://chromewebstore.google.com/detail/dogs-to-spiders/jpgleglgimgdfjndpllcfcgacieggogm |
Beschrijving | Replaces the text 'Dog' with 'Spider', based on Snake People by Eric Bailey |
Bestandsgrootte | 16.75 KB |
Aantal Installaties | 22 |
Huidige Versie | 1.0.7 |
Laatst Bijgewerkt | 2016-06-07 |
Publicatiedatum | 2016-06-06 |
Beoordeling | 4.20/5 Totaal 5 Beoordelingen |
Ontwikkelaar | saw |
Betalingswijze | free |
Extensiewebsite | https://github.com/saw/dogs-to-spiders |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dogs to spiders", "short_name": "Spiders", "description": "Replaces the text 'Dog' with 'Spider', based on Snake People by Eric Bailey", "author": "Stephen Woods", "version": "1.0.7", "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" } ] } |