Dogs to spiders
Replaces the text 'Dog' with 'Spider', based on Snake People by Eric Bailey
Qu'est-ce que Dogs to spiders ?
Dogs to spiders est une extension Chrome développée par saw, et sa fonction principale est "Replaces the text 'Dog' with 'Spider', based on Snake People by Eric Bailey".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Dogs to spiders
Téléchargez les fichiers d'extension Dogs to spiders au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This will replace all references to dogs with spiders. For amusement.
Informations de Base sur l'Extension
Nom | Dogs to spiders |
ID | jpgleglgimgdfjndpllcfcgacieggogm |
URL Officiel | https://chromewebstore.google.com/detail/dogs-to-spiders/jpgleglgimgdfjndpllcfcgacieggogm |
Description | Replaces the text 'Dog' with 'Spider', based on Snake People by Eric Bailey |
Taille du Fichier | 16.75 KB |
Nombre d'Installations | 22 |
Version Actuelle | 1.0.7 |
Dernière Mise à Jour | 2016-06-07 |
Date de Publication | 2016-06-06 |
Évaluation | 4.20/5 Total 5 Évaluations |
Développeur | saw |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/saw/dogs-to-spiders |
Langues Prises en Charge | 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" } ] } |