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
什么是Brosnan Background?
Brosnan Background是由Neil Kewn开发的Chrome扩展程序,该扩展的主要功能是“Replace the background of websites with a photo of World's Sexiest Man 2001, Pierce Brosnan from the Oscar-snubbed classic Mamma Mia”。
扩展截图
下载Brosnan Background扩展crx文件
下载Brosnan Background扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | ibgfecepfbndjoobdooacegmegoolcmh |
官方URL | https://chrome.google.com/webstore/detail/brosnan-background/ibgfecepfbndjoobdooacegmegoolcmh |
简介 | Replace the background of websites with a photo of World's Sexiest Man 2001, Pierce Brosnan from the Oscar-snubbed classic Mamma Mia |
文件大小 | 40.78 KB |
安装次数 | 20 |
当前版本 | 1 |
更新时间 | 2015-05-03 |
上架时间 | 2015-05-03 |
评分 | 3.50/5 共4次评分 |
开发者 | Neil Kewn |
付费类型 | free |
支持的语言 | 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" ] } |