We Love Katya

Display lots of pictures of Katya in your browser

We Love Katya là gì?

We Love Katya là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Display lots of pictures of Katya in your browser".

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

screenshot

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

Tải xuống các tệp mở rộng We Love Katya 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

                        This extension replaces all images in your browser for a picture of Katya, the famous Drag Queen.
Don't worry, is nothing permanent. Just reload the page and everything will be back to normal                    

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

Tên We Love Katya We Love Katya
ID lbcakgcpbinaifejpmgcfboofkdbmkjj
URL Chính Thức https://chromewebstore.google.com/detail/we-love-katya/lbcakgcpbinaifejpmgcfboofkdbmkjj
Mô tả Display lots of pictures of Katya in your browser
Kích Thước Tệp 84.94 KB
Số Lần Cài Đặt 41
Phiên Bản Hiện Tại 0.0.0.2
Cập Nhật Lần Cuối 2016-12-18
Ngày Phát Hành 2016-12-18
Đánh Giá 3.83/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng https://matheusfreitag.github.io/WeLoveKatya/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "We Love Katya",
    "version": "0.0.0.2",
    "description": "Display lots of pictures of Katya in your browser",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "browser_action": {
        "name": "Manipulate DOM",
        "icons": [
            "icon.png"
        ],
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}