We Love Katya

Display lots of pictures of Katya in your browser

We Love Katya란 무엇입니까?

We Love Katya은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Display lots of pictures of Katya in your browser"입니다.

확장 프로그램 스크린샷

screenshot

We Love Katya 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 We Love Katya We Love Katya
ID lbcakgcpbinaifejpmgcfboofkdbmkjj
공식 URL https://chromewebstore.google.com/detail/we-love-katya/lbcakgcpbinaifejpmgcfboofkdbmkjj
설명 Display lots of pictures of Katya in your browser
파일 크기 84.94 KB
설치 횟수 41
현재 버전 0.0.0.2
최근 업데이트 2016-12-18
출시 날짜 2016-12-18
평점 3.83/5 총 6 개의 평점
개발자 Unknown
결제 유형 free
확장 프로그램 웹 사이트 https://matheusfreitag.github.io/WeLoveKatya/
지원되는 언어 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:\/\/*\/*"
            ]
        }
    ]
}