Prattify
Replace a website's images with the ABSolutely fantastic Chris Pratt
Hvad er Prattify?
Prattify er en Chrome-udvidelse udviklet af Sharif Edenfield, og dens hovedfunktion er "Replace a website's images with the ABSolutely fantastic Chris Pratt".
Udvidelsesskærmbilleder
Download Prattify-udvidelses-CRX-fil
Download Prattify-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Replaces a website's images with the ABSolutely fantastic Chris Pratt. Inspired by Katherine Champagne's extension, HEY GIRL!
Grundlæggende oplysninger om udvidelsen
Navn | Prattify |
ID | gelcbgljcoleioilogchjgmpgalgnhnn |
Officiel URL | https://chromewebstore.google.com/detail/prattify/gelcbgljcoleioilogchjgmpgalgnhnn |
Beskrivelse | Replace a website's images with the ABSolutely fantastic Chris Pratt |
Filstørrelse | 1.1 MB |
Antal Installationer | 26 |
Nuværende Version | 1.4 |
Senest Opdateret | 2014-10-31 |
Udgivelsesdato | 2014-10-31 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | Sharif Edenfield |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |