Stips For Vampires

Only Vampires Are Allowed

Stips For Vampiresとは何ですか?

Stips For VampiresはaviramBaBaによって開発されたChromeの拡張機能で、その主な機能は「Only Vampires Are Allowed」です。

拡張機能のスクリーンショット

screenshot

Stips For Vampires拡張機能のCRXファイルをダウンロード

Stips For Vampires拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
    ]
}