Stips For Vampires

Only Vampires Are Allowed

Stips For Vampires란 무엇입니까?

Stips For Vampires은(는) aviramBaBa에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Only Vampires Are Allowed"입니다.

확장 프로그램 스크린샷

screenshot

Stips For Vampires 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        LIZAS ARE NOT ALLOWED.                    

확장 프로그램 기본 정보

이름 Stips For Vampires Stips For Vampires
ID oijhilcngnhacglbfladdphpleioahbi
공식 URL https://chrome.google.com/webstore/detail/stips-for-vampires/oijhilcngnhacglbfladdphpleioahbi
설명 Only Vampires Are Allowed
파일 크기 42.46 KB
설치 횟수 17
현재 버전 2.1
최근 업데이트 2019-10-28
출시 날짜 2019-10-28
평점 5.00/5 총 5 개의 평점
개발자 aviramBaBa
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "images\/stips16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "animation.css"
            ],
            "js": [
                "darkmode.js"
            ],
            "matches": [
                "https:\/\/stips.co.il\/*"
            ]
        }
    ],
    "description": "Only Vampires Are Allowed",
    "icons": {
        "48": "images\/stips48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmrddqdV5TWhKDhmS3rhDjHWO6U9Ohg+u163IlfncsyeBlPF6XYPwsyTqajCFnW4u0pia2RqnBKuva0D+AG72vOOlcoHNFl0vULfVqWr78sPTumvlxOxKr6P5nG1roYETrh3g0xT7IAxJBj+KKpg8wXovk95R\/DucWqyCFoEhOaDUnRT0cCB9SZLrCAfmuHO2sbCc90hxXMzjTb+whu8TZamhsNxW3sRUN6tTdT8exf5hbuSh7830qFHoJaC992OrnckmNUXL0UMGvOM3qlhFXaxizeAODHU1EGjnznz9VXU3SQL1vmk0UBqawdeVKZh1QY7OMOiLVsnlFxbqu682gQIDAQAB",
    "manifest_version": 2,
    "name": "Stips For Vampires",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "version": "2.1",
    "web_accessible_resources": [
        "darkmode.css"
    ]
}