Positive Vibe Generator

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

Apa itu Positive Vibe Generator?

Positive Vibe Generator adalah ekstensi Chrome yang dikembangkan oleh Billy Carlyle, dan fitur utamanya adalah "Official LeafyIsQueer Positive Vibe Generator *Please allow a second or two for audio to buffer* Extension will be updated to…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Positive Vibe Generator

Unduh file ekstensi Positive Vibe Generator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Positive Vibe Generator Positive Vibe Generator
ID apjlpbbpeenjbflkalpgniibeckkeojk
URL Resmi https://chromewebstore.google.com/detail/positive-vibe-generator/apjlpbbpeenjbflkalpgniibeckkeojk
Deskripsi Official LeafyIsQueer Positive Vibe Generator *Please allow a second or two for audio to buffer* Extension will be updated to…
Ukuran File 887 KB
Jumlah Instalasi 31
Versi Saat Ini 0.1
Terakhir Diperbarui 2016-03-01
Tanggal Publikasi 2016-03-01
Penilaian 4.71/5 Total 7 Penilaian
Pengembang Billy Carlyle
Tipe Pembayaran free
Bahasa yang Didukung 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"
        ]
    }
}