Brosnan Background
Replace the background of websites with a photo of World's Sexiest Man 2001, Pierce Brosnan from the Oscar-snubbed classic Mamma Mia
Co to jest Brosnan Background?
Brosnan Background to rozszerzenie Chrome opracowane przez Neil Kewn, a jego główną funkcją jest „Replace the background of websites with a photo of World's Sexiest Man 2001, Pierce Brosnan from the Oscar-snubbed classic Mamma Mia”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Brosnan Background
Pobierz pliki rozszerzeń Brosnan Background 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
Browse the web in style and sophistication. Replace the background of websites with a photo of World's Sexiest Man 2001, Pierce Brosnan from the Oscar-snubbed classic Mamma Mia.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ibgfecepfbndjoobdooacegmegoolcmh |
Oficjalny URL | https://chrome.google.com/webstore/detail/brosnan-background/ibgfecepfbndjoobdooacegmegoolcmh |
Opis | Replace the background of websites with a photo of World's Sexiest Man 2001, Pierce Brosnan from the Oscar-snubbed classic Mamma Mia |
Rozmiar pliku | 40.78 KB |
Liczba instalacji | 20 |
Aktualna Wersja | 1 |
Ostatnia Aktualizacja | 2015-05-03 |
Data Publikacji | 2015-05-03 |
Ocena | 3.50/5 Łącznie 4 Oceny |
Deweloper | Neil Kewn |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Brosnan Background", "version": "1", "description": "Replace the background of websites with a photo of World's Sexiest Man 2001, Pierce Brosnan from the Oscar-snubbed classic Mamma Mia", "manifest_version": 2, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": "icon.png", "default_title": "Where are those happy days?" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*\/*" ], "js": [ "inject.js" ], "all_frames": true } ], "web_accessible_resources": [ "content.css" ] } |