WarrantyNowVoid's PoopGuy

Bring Warranty Now Void's infamous PoopGuy with you wherever you go on the web.

WarrantyNowVoid's PoopGuy란 무엇입니까?

WarrantyNowVoid's PoopGuy은(는) http://warrantynowvoid.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bring Warranty Now Void's infamous PoopGuy with you wherever you go on the web."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

WarrantyNowVoid's PoopGuy 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Have you ever been on a website and thought, "boy this site would be better if I could take a giant poop right on top of it"? Well, friend, worry no more. Warranty Now Void's Board Of Novel Experimentation & Research Studies has developed just the solution you need.                    

확장 프로그램 기본 정보

이름 WarrantyNowVoid's PoopGuy WarrantyNowVoid's PoopGuy
ID linkbhnfbppadaeohnhbnlnkggaogonk
공식 URL https://chrome.google.com/webstore/detail/warrantynowvoids-poopguy/linkbhnfbppadaeohnhbnlnkggaogonk
설명 Bring Warranty Now Void's infamous PoopGuy with you wherever you go on the web.
파일 크기 57.38 KB
설치 횟수 13
현재 버전 1.1
최근 업데이트 2013-12-23
출시 날짜 2013-12-23
평점 4.78/5 총 9 개의 평점
개발자 http://warrantynowvoid.com
결제 유형 in_app
확장 프로그램 웹 사이트 http://warrantynowvoid.com/post/0db6a
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WarrantyNowVoid's PoopGuy",
    "short_name": "WNV PoopGuy",
    "author": "pope@WarrantyNowVoid",
    "description": "Bring Warranty Now Void's infamous PoopGuy with you wherever you go on the web.",
    "homepage_url": "http:\/\/warrantynowvoid.com\/post\/0db6a",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/warrantynowvoid.com\/",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "poopguy.css"
            ],
            "js": [
                "jquery.js",
                "poopguy.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "poopguy_events.js"
        ],
        "persistent": false
    },
    "omnibox": {
        "keyword": "poopguy"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "Engage PoopGuy"
    }
}