Bender's Remember Me
Replaces 'Remember Me' text on login pages with Bender gif
Bender's Remember Meとは何ですか?
Bender's Remember Meはhttps://audioworm.rein-online.orgによって開発されたChromeの拡張機能で、その主な機能は「Replaces 'Remember Me' text on login pages with Bender gif」です。
拡張機能のスクリーンショット
Bender's Remember Me拡張機能のCRXファイルをダウンロード
Bender's Remember Me拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| ID | nilkdededclngfonjafdccdagfdjjngn |
| 公式URL | https://chromewebstore.google.com/detail/benders-remember-me/nilkdededclngfonjafdccdagfdjjngn |
| 説明 | Replaces 'Remember Me' text on login pages with Bender gif |
| ファイルサイズ | 525 KB |
| インストール数 | 33 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2015-11-24 |
| 公開日 | 2015-11-24 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | https://audioworm.rein-online.org |
| 支払い方法 | free |
| 対応言語 | 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"
]
} | |