Bender's Remember Me
Replaces 'Remember Me' text on login pages with Bender gif
Co to jest Bender's Remember Me?
Bender's Remember Me to rozszerzenie Chrome opracowane przez https://audioworm.rein-online.org, a jego główną funkcją jest „Replaces 'Remember Me' text on login pages with Bender gif”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Bender's Remember Me
Pobierz pliki rozszerzeń Bender's Remember Me w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | nilkdededclngfonjafdccdagfdjjngn |
| Oficjalny URL | https://chromewebstore.google.com/detail/benders-remember-me/nilkdededclngfonjafdccdagfdjjngn |
| Opis | Replaces 'Remember Me' text on login pages with Bender gif |
| Rozmiar pliku | 525 KB |
| Liczba instalacji | 33 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2015-11-24 |
| Data Publikacji | 2015-11-24 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | https://audioworm.rein-online.org |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
} | |