Wow Fantastic Baby
Add some fantastic baby to your browsing with all page images replaced with Big Bang.
Wow Fantastic Babyとは何ですか?
Wow Fantastic Babyはeedawaによって開発されたChromeの拡張機能で、その主な機能は「Add some fantastic baby to your browsing with all page images replaced with Big Bang.」です。
拡張機能のスクリーンショット
Wow Fantastic Baby拡張機能のCRXファイルをダウンロード
Wow Fantastic Baby拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
While browsing, click this extension on and all images on the page will be instantly replaced with G-Dragon, TOP, Seungri, Taeyang, and Daesung -- a far preferable way to spend your time online. Images will continue to be Big Bang-ified until you turn the extension off. Just click the G-dragon icon again and you will be returned to a less fantastic existence. Inspired by the Hey Girl extension.
拡張機能の基本情報
名前 | |
ID | ephmkjjcoedehoandefodabemmiolffn |
公式URL | https://chrome.google.com/webstore/detail/wow-fantastic-baby/ephmkjjcoedehoandefodabemmiolffn |
説明 | Add some fantastic baby to your browsing with all page images replaced with Big Bang. |
ファイルサイズ | 43.72 KB |
インストール数 | 67 |
現在のバージョン | 1.1 |
最終更新日 | 2014-02-04 |
公開日 | 2014-02-04 |
評価 | 3.52/5 合計 23 レビュー |
開発者 | eedawa |
支払い方法 | free |
拡張機能のウェブサイト | http://bleakhillycoalcountry.com/fantasticbaby/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wow Fantastic Baby", "description": "Add some fantastic baby to your browsing with all page images replaced with Big Bang.", "version": "1.1", "permissions": [ "activeTab", "storage", "tabs" ], "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "js": [ "jquery-1.8.1.min.js", "contentscript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "https:\/\/www.google.com\/search*", "http:\/\/www.google.com\/search*" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "icon.png", "default_title": "Wow Fantastic Baby", "default_popup": "popup.html" } } |