Facehacks
Replaces all images on a given page with pictures of Facehacks. Facehacks! Based on Katherine Champagne's extension, HEY GIRL!
What is Facehacks?
Facehacks is a Chrome extension developed by MAXIMEM, and its main feature is "Replaces all images on a given page with pictures of Facehacks. Facehacks! Based on Katherine Champagne's extension, HEY GIRL!".
Extension Screenshots
Download Facehacks Extension CRX File
Download Facehacks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Facehacks |
ID | lidbeamljkmogkfppldgbbchaphjoloj |
Official URL | https://chromewebstore.google.com/detail/facehacks/lidbeamljkmogkfppldgbbchaphjoloj |
Description | Replaces all images on a given page with pictures of Facehacks. Facehacks! Based on Katherine Champagne's extension, HEY GIRL! |
File Size | 16.68 KB |
Installation Count | 15 |
Current Version | 1.0.2 |
Last Updated | 2014-06-18 |
Publish Date | 2014-06-18 |
Rating | 5.00/5 Total 1 Ratings |
Developer | MAXIMEM |
Payment Type | free |
Extension Website | http://www.facehacks.com |
Supported Languages | 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" } |