Positive Vibe Generator

Official LeafyIsQueer Positive Vibe Generator *Please allow a second or two for audio to buffer* Extension will be updated to…

Positive Vibe Generatorとは何ですか?

Positive Vibe GeneratorはBilly Carlyleによって開発されたChromeの拡張機能で、その主な機能は「Official LeafyIsQueer Positive Vibe Generator *Please allow a second or two for audio to buffer* Extension will be updated to…」です。

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

screenshot

Positive Vibe Generator拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Official LeafyIsQueer Positive Vibe Generator

*Please allow a second or two for audio to buffer*



Extension will be updated to include other common phrases such as:
"I'm gonna fucking kill myself"

Performance improvements will also be a key focus.                    

拡張機能の基本情報

名前 Positive Vibe Generator Positive Vibe Generator
ID apjlpbbpeenjbflkalpgniibeckkeojk
公式URL https://chromewebstore.google.com/detail/positive-vibe-generator/apjlpbbpeenjbflkalpgniibeckkeojk
説明 Official LeafyIsQueer Positive Vibe Generator *Please allow a second or two for audio to buffer* Extension will be updated to…
ファイルサイズ 887 KB
インストール数 31
現在のバージョン 0.1
最終更新日 2016-03-01
公開日 2016-03-01
評価 4.71/5 合計 7 レビュー
開発者 Billy Carlyle
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Positive Vibe Generator",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}