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 | 
| 官方網址 | 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"
}  |  |