Wow Fantastic Baby
Add some fantastic baby to your browsing with all page images replaced with Big Bang.
Co to jest Wow Fantastic Baby?
Wow Fantastic Baby to rozszerzenie Chrome opracowane przez eedawa, a jego główną funkcją jest „Add some fantastic baby to your browsing with all page images replaced with Big Bang.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Wow Fantastic Baby
Pobierz pliki rozszerzeń Wow Fantastic Baby 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
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ephmkjjcoedehoandefodabemmiolffn |
Oficjalny URL | https://chrome.google.com/webstore/detail/wow-fantastic-baby/ephmkjjcoedehoandefodabemmiolffn |
Opis | Add some fantastic baby to your browsing with all page images replaced with Big Bang. |
Rozmiar pliku | 43.72 KB |
Liczba instalacji | 67 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2014-02-04 |
Data Publikacji | 2014-02-04 |
Ocena | 3.52/5 Łącznie 23 Oceny |
Deweloper | eedawa |
Typ Płatności | free |
Strona Rozszerzenia | http://bleakhillycoalcountry.com/fantasticbaby/ |
Obsługiwane Języki | 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" } } |