Hey Bill

Replaces all images on a given page with pictures of Bill Murray -- HEY BILL!

Qu'est-ce que Hey Bill ?

Hey Bill est une extension Chrome développée par https://blog.hack.cd, et sa fonction principale est "Replaces all images on a given page with pictures of Bill Murray -- HEY BILL!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Hey Bill

Téléchargez les fichiers d'extension Hey Bill 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

                        This is a fork and variation of the HEY GIRL! Chrome Extension.  However instead of replacing all the images on the page with Ryan Gosling, all the images on the page are replaced with photos of Bill Murray.

All you have to do is load up a page, click on Bill's face, and watch him dominate those images like Steve Zissou.                    

Informations de Base sur l'Extension

Nom Hey Bill Hey Bill
ID eiolimfoedapicedgmaiglcojfnccmak
URL Officiel https://chromewebstore.google.com/detail/hey-bill/eiolimfoedapicedgmaiglcojfnccmak
Description Replaces all images on a given page with pictures of Bill Murray -- HEY BILL!
Taille du Fichier 67.2 KB
Nombre d'Installations 17
Version Actuelle 1.0
Dernière Mise à Jour 2016-01-05
Date de Publication 2016-01-05
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://blog.hack.cd
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hey Bill",
    "version": "1.0",
    "homepage_url": "http:\/\/blog.hack.cd",
    "description": "Replaces all images on a given page with pictures of Bill Murray -- HEY BILL!",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon_48.png",
        "default_title": "HEY BILL"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js",
            "heybill.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}