Prattify
Replace a website's images with the ABSolutely fantastic Chris Pratt
Qu'est-ce que Prattify ?
Prattify est une extension Chrome développée par Sharif Edenfield, et sa fonction principale est "Replace a website's images with the ABSolutely fantastic Chris Pratt".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Prattify
Téléchargez les fichiers d'extension Prattify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Replaces a website's images with the ABSolutely fantastic Chris Pratt. Inspired by Katherine Champagne's extension, HEY GIRL!
Informations de Base sur l'Extension
Nom | Prattify |
ID | gelcbgljcoleioilogchjgmpgalgnhnn |
URL Officiel | https://chromewebstore.google.com/detail/prattify/gelcbgljcoleioilogchjgmpgalgnhnn |
Description | Replace a website's images with the ABSolutely fantastic Chris Pratt |
Taille du Fichier | 1.1 MB |
Nombre d'Installations | 26 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2014-10-31 |
Date de Publication | 2014-10-31 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Sharif Edenfield |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |