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