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"
}  |  |