Dogs to spiders
Replaces the text 'Dog' with 'Spider', based on Snake People by Eric Bailey
Was ist Dogs to spiders?
Dogs to spiders ist eine Chrome-Erweiterung, die von saw entwickelt wurde, und ihr Hauptmerkmal ist "Replaces the text 'Dog' with 'Spider', based on Snake People by Eric Bailey".
Erweiterungsscreenshots
Dogs to spiders-Erweiterungs-CRX-Datei herunterladen
Laden Sie Dogs to spiders-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This will replace all references to dogs with spiders. For amusement.
Grundlegende Informationen zur Erweiterung
Name | Dogs to spiders |
ID | jpgleglgimgdfjndpllcfcgacieggogm |
Offizielle URL | https://chromewebstore.google.com/detail/dogs-to-spiders/jpgleglgimgdfjndpllcfcgacieggogm |
Beschreibung | Replaces the text 'Dog' with 'Spider', based on Snake People by Eric Bailey |
Dateigröße | 16.75 KB |
Installationsanzahl | 22 |
Aktuelle Version | 1.0.7 |
Letztes Update | 2016-06-07 |
Veröffentlichungsdatum | 2016-06-06 |
Bewertung | 4.20/5 Insgesamt 5 Bewertungen |
Entwickler | saw |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/saw/dogs-to-spiders |
Unterstützte Sprachen | 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" } ] } |