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
What is Brosnan Background?
Brosnan Background is a Chrome extension developed by Neil Kewn, and its main feature is "Replace the background of websites with a photo of World's Sexiest Man 2001, Pierce Brosnan from the Oscar-snubbed classic Mamma Mia".
Extension Screenshots
Download Brosnan Background Extension CRX File
Download Brosnan Background extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ibgfecepfbndjoobdooacegmegoolcmh |
Official URL | https://chrome.google.com/webstore/detail/brosnan-background/ibgfecepfbndjoobdooacegmegoolcmh |
Description | Replace the background of websites with a photo of World's Sexiest Man 2001, Pierce Brosnan from the Oscar-snubbed classic Mamma Mia |
File Size | 40.78 KB |
Installation Count | 20 |
Current Version | 1 |
Last Updated | 2015-05-03 |
Publish Date | 2015-05-03 |
Rating | 3.50/5 Total 4 Ratings |
Developer | Neil Kewn |
Payment Type | free |
Supported Languages | 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" ] } |