Stips For Vampires
Only Vampires Are Allowed
Cos'è Stips For Vampires?
Stips For Vampires è un'estensione di Chrome sviluppata da aviramBaBa, e la sua funzione principale è "Only Vampires Are Allowed".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Stips For Vampires
Scarica i file di estensione Stips For Vampires in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
LIZAS ARE NOT ALLOWED.
Informazioni di Base sull'Estensione
Nome | |
ID | oijhilcngnhacglbfladdphpleioahbi |
URL Ufficiale | https://chrome.google.com/webstore/detail/stips-for-vampires/oijhilcngnhacglbfladdphpleioahbi |
Descrizione | Only Vampires Are Allowed |
Dimensione del File | 42.46 KB |
Conteggio Installazioni | 17 |
Versione Corrente | 2.1 |
Ultimo Aggiornamento | 2019-10-28 |
Data di Pubblicazione | 2019-10-28 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | aviramBaBa |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |