Prattify
Replace a website's images with the ABSolutely fantastic Chris Pratt
Wat is Prattify?
Prattify is een Chrome-extensie ontwikkeld door Sharif Edenfield, en de belangrijkste functie is "Replace a website's images with the ABSolutely fantastic Chris Pratt".
Extensie Screenshots
Download het CRX-bestand van de extensie Prattify
Download Prattify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Replaces a website's images with the ABSolutely fantastic Chris Pratt. Inspired by Katherine Champagne's extension, HEY GIRL!
Basisinformatie over de Extensie
Naam | Prattify |
ID | gelcbgljcoleioilogchjgmpgalgnhnn |
Officiële URL | https://chromewebstore.google.com/detail/prattify/gelcbgljcoleioilogchjgmpgalgnhnn |
Beschrijving | Replace a website's images with the ABSolutely fantastic Chris Pratt |
Bestandsgrootte | 1.1 MB |
Aantal Installaties | 26 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2014-10-31 |
Publicatiedatum | 2014-10-31 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Sharif Edenfield |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |