Stips For Vampires

Only Vampires Are Allowed

What is Stips For Vampires?

Stips For Vampires is a Chrome extension developed by aviramBaBa, and its main feature is "Only Vampires Are Allowed".

Extension Screenshots

screenshot

Download Stips For Vampires Extension CRX File

Download Stips For Vampires extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        LIZAS ARE NOT ALLOWED.                    

Extension Basic Information

Name Stips For Vampires Stips For Vampires
ID oijhilcngnhacglbfladdphpleioahbi
Official URL https://chrome.google.com/webstore/detail/stips-for-vampires/oijhilcngnhacglbfladdphpleioahbi
Description Only Vampires Are Allowed
File Size 42.46 KB
Installation Count 17
Current Version 2.1
Last Updated 2019-10-28
Publish Date 2019-10-28
Rating 5.00/5 Total 5 Ratings
Developer aviramBaBa
Payment Type free
Supported Languages 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"
    ]
}