LetsBzzzzzzzzz
Appends some quick buttons like bz, dice or bobei for Plurk.
What is LetsBzzzzzzzzz?
LetsBzzzzzzzzz is a Chrome extension developed by p52189, and its main feature is "Appends some quick buttons like bz, dice or bobei for Plurk.".
Extension Screenshots
Download LetsBzzzzzzzzz Extension CRX File
Download LetsBzzzzzzzzz extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This chrome extension appends some quick buttons like bz, dice or bobei for Plurk.
Extension Basic Information
Name | LetsBzzzzzzzzz |
ID | lhakmnkcombnhldidapebhpdclidibbm |
Official URL | https://chromewebstore.google.com/detail/letsbzzzzzzzzz/lhakmnkcombnhldidapebhpdclidibbm |
Description | Appends some quick buttons like bz, dice or bobei for Plurk. |
File Size | 42.92 KB |
Installation Count | 108 |
Current Version | 1.1.1 |
Last Updated | 2015-09-14 |
Publish Date | 2015-09-13 |
Rating | 5.00/5 Total 5 Ratings |
Developer | p52189 |
Payment Type | free |
Supported Languages | 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\/" ] } |