LetsBzzzzzzzzz

Appends some quick buttons like bz, dice or bobei for Plurk.

Cos'è LetsBzzzzzzzzz?

LetsBzzzzzzzzz è un'estensione di Chrome sviluppata da p52189, e la sua funzione principale è "Appends some quick buttons like bz, dice or bobei for Plurk.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione LetsBzzzzzzzzz

Scarica i file di estensione LetsBzzzzzzzzz in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This chrome extension appends some quick buttons like bz, dice or bobei for Plurk.                    

Informazioni di Base sull'Estensione

Nome LetsBzzzzzzzzz LetsBzzzzzzzzz
ID lhakmnkcombnhldidapebhpdclidibbm
URL Ufficiale https://chromewebstore.google.com/detail/letsbzzzzzzzzz/lhakmnkcombnhldidapebhpdclidibbm
Descrizione Appends some quick buttons like bz, dice or bobei for Plurk.
Dimensione del File 42.92 KB
Conteggio Installazioni 108
Versione Corrente 1.1.1
Ultimo Aggiornamento 2015-09-14
Data di Pubblicazione 2015-09-13
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore p52189
Tipo di Pagamento free
Lingue Supportate zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LetsBzzzzzzzzz",
    "description": "Appends some quick buttons like bz, dice or bobei for Plurk.",
    "version": "1.1.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.plurk.com\/*",
                "https:\/\/www.plurk.com\/*"
            ],
            "js": [
                "jquery-1.7.min.js",
                "app.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}