Stips For Vampires

Only Vampires Are Allowed

Wat is Stips For Vampires?

Stips For Vampires is een Chrome-extensie ontwikkeld door aviramBaBa, en de belangrijkste functie is "Only Vampires Are Allowed".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Stips For Vampires

Download Stips For Vampires-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        LIZAS ARE NOT ALLOWED.                    

Basisinformatie over de Extensie

Naam Stips For Vampires Stips For Vampires
ID oijhilcngnhacglbfladdphpleioahbi
Officiële URL https://chrome.google.com/webstore/detail/stips-for-vampires/oijhilcngnhacglbfladdphpleioahbi
Beschrijving Only Vampires Are Allowed
Bestandsgrootte 42.46 KB
Aantal Installaties 17
Huidige Versie 2.1
Laatst Bijgewerkt 2019-10-28
Publicatiedatum 2019-10-28
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar aviramBaBa
Betalingswijze free
Ondersteunde Talen 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"
    ]
}