LetsBzzzzzzzzz

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

Wat is LetsBzzzzzzzzz?

LetsBzzzzzzzzz is een Chrome-extensie ontwikkeld door p52189, en de belangrijkste functie is "Appends some quick buttons like bz, dice or bobei for Plurk.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie LetsBzzzzzzzzz

Download LetsBzzzzzzzzz-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam LetsBzzzzzzzzz LetsBzzzzzzzzz
ID lhakmnkcombnhldidapebhpdclidibbm
Officiële URL https://chromewebstore.google.com/detail/letsbzzzzzzzzz/lhakmnkcombnhldidapebhpdclidibbm
Beschrijving Appends some quick buttons like bz, dice or bobei for Plurk.
Bestandsgrootte 42.92 KB
Aantal Installaties 108
Huidige Versie 1.1.1
Laatst Bijgewerkt 2015-09-14
Publicatiedatum 2015-09-13
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar p52189
Betalingswijze free
Ondersteunde Talen 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\/"
    ]
}