replace daniel with beep beep lettuce
this will replace the word daniel with beep beep lettuce forever thanks xoxo
What is replace daniel with beep beep lettuce?
replace daniel with beep beep lettuce is a Chrome extension developed by Unknown, and its main feature is "this will replace the word daniel with beep beep lettuce forever thanks xoxo".
Extension Screenshots
Download replace daniel with beep beep lettuce Extension CRX File
Download replace daniel with beep beep lettuce extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Have you ever wanted to replace the word Daniel with "beep beep lettuce" across all instances of the internet? Of course you have, and now you can. Just download this app. beep beep lettuce.
Extension Basic Information
Name | replace daniel with beep beep lettuce |
ID | edijcapbkhpcemohhdhjibjcmphibdfb |
Official URL | https://chromewebstore.google.com/detail/replace-daniel-with-beep/edijcapbkhpcemohhdhjibjcmphibdfb |
Description | this will replace the word daniel with beep beep lettuce forever thanks xoxo |
File Size | 44.21 KB |
Installation Count | 53 |
Current Version | 1.3 |
Last Updated | 2017-07-05 |
Publish Date | 2017-07-05 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "replace daniel with beep beep lettuce", "description": "this will replace the word daniel with beep beep lettuce forever thanks xoxo", "version": "1.3", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ] } |