Prattify
Replace a website's images with the ABSolutely fantastic Chris Pratt
Co to jest Prattify?
Prattify to rozszerzenie Chrome opracowane przez Sharif Edenfield, a jego główną funkcją jest „Replace a website's images with the ABSolutely fantastic Chris Pratt”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Prattify
Pobierz pliki rozszerzeń Prattify w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Replaces a website's images with the ABSolutely fantastic Chris Pratt. Inspired by Katherine Champagne's extension, HEY GIRL!
Podstawowe informacje o rozszerzeniu
Nazwa | Prattify |
ID | gelcbgljcoleioilogchjgmpgalgnhnn |
Oficjalny URL | https://chromewebstore.google.com/detail/prattify/gelcbgljcoleioilogchjgmpgalgnhnn |
Opis | Replace a website's images with the ABSolutely fantastic Chris Pratt |
Rozmiar pliku | 1.1 MB |
Liczba instalacji | 26 |
Aktualna Wersja | 1.4 |
Ostatnia Aktualizacja | 2014-10-31 |
Data Publikacji | 2014-10-31 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | Sharif Edenfield |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |