Facehacks
Replaces all images on a given page with pictures of Facehacks. Facehacks! Based on Katherine Champagne's extension, HEY GIRL!
什么是Facehacks?
Facehacks是由MAXIMEM开发的Chrome扩展程序,该扩展的主要功能是“Replaces all images on a given page with pictures of Facehacks. Facehacks! Based on Katherine Champagne's extension, HEY GIRL!”。
扩展截图
下载Facehacks扩展crx文件
下载Facehacks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                                             扩展基本信息
| 名称 |   |  
| ID | lidbeamljkmogkfppldgbbchaphjoloj | 
| 官方URL | https://chromewebstore.google.com/detail/facehacks/lidbeamljkmogkfppldgbbchaphjoloj | 
| 简介 | Replaces all images on a given page with pictures of Facehacks. Facehacks! Based on Katherine Champagne's extension, HEY GIRL! | 
| 文件大小 | 16.68 KB | 
| 安装次数 | 15 | 
| 当前版本 | 1.0.2 | 
| 更新时间 | 2014-06-18 | 
| 上架时间 | 2014-06-18 | 
| 评分 | 5.00/5 共1次评分 | 
| 开发者 | MAXIMEM | 
| 付费类型 | free | 
| 扩展官网 | http://www.facehacks.com | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "background": {
        "persistent": false,
        "scripts": [
            "background.js",
            "facehacks.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_title": "Facehacks"
    },
    "description": "Replaces all images on a given page with pictures of Facehacks. Facehacks! Based on Katherine Champagne's extension, HEY GIRL!",
    "icons": {
        "128": "icon_128.png",
        "32": "img\/facehacks-icon-32.png",
        "48": "img\/facehacks-icon-48.png"
    },
    "manifest_version": 2,
    "name": "Facehacks",
    "permissions": [
        "activeTab"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2"
}  |  |