Prattify

Replace a website's images with the ABSolutely fantastic Chris Pratt

Prattify là gì?

Prattify là một tiện ích mở rộng Chrome được phát triển bởi Sharif Edenfield, và tính năng chính của nó là "Replace a website's images with the ABSolutely fantastic Chris Pratt".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Prattify

Tải xuống các tệp mở rộng Prattify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Replaces a website's images with the ABSolutely fantastic Chris Pratt. Inspired by Katherine Champagne's extension, HEY GIRL!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Prattify Prattify
ID gelcbgljcoleioilogchjgmpgalgnhnn
URL Chính Thức https://chromewebstore.google.com/detail/prattify/gelcbgljcoleioilogchjgmpgalgnhnn
Mô tả Replace a website's images with the ABSolutely fantastic Chris Pratt
Kích Thước Tệp 1.1 MB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2014-10-31
Ngày Phát Hành 2014-10-31
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Sharif Edenfield
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}