Prattify
Replace a website's images with the ABSolutely fantastic Chris Pratt
What is Prattify?
Prattify is a Chrome extension developed by Sharif Edenfield, and its main feature is "Replace a website's images with the ABSolutely fantastic Chris Pratt".
Extension Screenshots
Download Prattify Extension CRX File
Download Prattify 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
Replaces a website's images with the ABSolutely fantastic Chris Pratt. Inspired by Katherine Champagne's extension, HEY GIRL!
Extension Basic Information
Name | Prattify |
ID | gelcbgljcoleioilogchjgmpgalgnhnn |
Official URL | https://chromewebstore.google.com/detail/prattify/gelcbgljcoleioilogchjgmpgalgnhnn |
Description | Replace a website's images with the ABSolutely fantastic Chris Pratt |
File Size | 1.1 MB |
Installation Count | 26 |
Current Version | 1.4 |
Last Updated | 2014-10-31 |
Publish Date | 2014-10-31 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Sharif Edenfield |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Prattify", "description": "Replace a website's images with the ABSolutely fantastic Chris Pratt", "version": "1.4", "permissions": [ "activeTab" ], "background": { "persistent": false, "scripts": [ "prattify.js", "background.js" ] }, "web_accessible_resources": [ "pratt\/*.jpg" ], "browser_action": { "default_icon": "icon.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |