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
官方網址 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"
        ]
    }
}