Bender's Remember Me
Replaces 'Remember Me' text on login pages with Bender gif
What is Bender's Remember Me?
Bender's Remember Me is a Chrome extension developed by https://audioworm.rein-online.org, and its main feature is "Replaces 'Remember Me' text on login pages with Bender gif".
Extension Screenshots
Download Bender's Remember Me Extension CRX File
Download Bender's Remember Me 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
Every time you log in to a website and see that "Remember Me" text do you think of Bender from Futurama? If you're like me and the answer to that question is "yes" then have I got the thing for you! Okay, all it really does is replaces the text "remember me" (not case sensitive) with a small gif of Bender's memorial that shoots flame from its eyes and says "remember me." Just to clarify: the gif does not play sound or shoot flames, it just shows a clip of the memorial doing that :P Note: At the moment this will replace all text that says "remember me" so you've been warned. Also, I haven't gotten it working in popups yet.
Extension Basic Information
Name | Bender's Remember Me |
ID | nilkdededclngfonjafdccdagfdjjngn |
Official URL | https://chromewebstore.google.com/detail/benders-remember-me/nilkdededclngfonjafdccdagfdjjngn |
Description | Replaces 'Remember Me' text on login pages with Bender gif |
File Size | 525 KB |
Installation Count | 33 |
Current Version | 1.0 |
Last Updated | 2015-11-24 |
Publish Date | 2015-11-24 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://audioworm.rein-online.org |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bender's Remember Me", "version": "1.0", "description": "Replaces 'Remember Me' text on login pages with Bender gif", "icons": { "128": "images\/Bender-Icon.jpg" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "script\/remember_me.js" ], "run_at": "document_end" } ], "offline_enabled": true, "web_accessible_resources": [ "images\/*.gif" ] } |