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
Qu'est-ce que Brosnan Background ?
Brosnan Background est une extension Chrome développée par Neil Kewn, et sa fonction principale est "Replace the background of websites with a photo of World's Sexiest Man 2001, Pierce Brosnan from the Oscar-snubbed classic Mamma Mia".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Brosnan Background
Téléchargez les fichiers d'extension Brosnan Background au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ibgfecepfbndjoobdooacegmegoolcmh |
URL Officiel | 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 |
Taille du Fichier | 40.78 KB |
Nombre d'Installations | 20 |
Version Actuelle | 1 |
Dernière Mise à Jour | 2015-05-03 |
Date de Publication | 2015-05-03 |
Évaluation | 3.50/5 Total 4 Évaluations |
Développeur | Neil Kewn |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |