Dogs to spiders
Replaces the text 'Dog' with 'Spider', based on Snake People by Eric Bailey
Vad är Dogs to spiders?
Dogs to spiders är en Chrome-tillägg utvecklad av saw, och dess huvudfunktion är "Replaces the text 'Dog' with 'Spider', based on Snake People by Eric Bailey".
Tilläggsskärmbilder
Ladda ner Dogs to spiders-förlängningens CRX-fil
Ladda ner Dogs to spiders-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 will replace all references to dogs with spiders. For amusement.
Grundläggande Information om Tillägg
Namn | Dogs to spiders |
ID | jpgleglgimgdfjndpllcfcgacieggogm |
Officiell webbadress | https://chromewebstore.google.com/detail/dogs-to-spiders/jpgleglgimgdfjndpllcfcgacieggogm |
Beskrivning | Replaces the text 'Dog' with 'Spider', based on Snake People by Eric Bailey |
Filstorlek | 16.75 KB |
Antal Installationer | 22 |
Aktuell Version | 1.0.7 |
Senast Uppdaterad | 2016-06-07 |
Publiceringsdatum | 2016-06-06 |
Betyg | 4.20/5 Totalt 5 Betyg |
Utvecklare | saw |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/saw/dogs-to-spiders |
Stödda Språk | 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" } ] } |