MyBB Community Forum Latest
This chrome extension will display 8 recent articles/posts/threads from MyBB Community forum.
What is MyBB Community Forum Latest?
MyBB Community Forum Latest is a Chrome extension developed by Richie McMullen, and its main feature is "This chrome extension will display 8 recent articles/posts/threads from MyBB Community forum.".
Extension Screenshots
Download MyBB Community Forum Latest Extension CRX File
Download MyBB Community Forum Latest 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
Extension Basic Information
Name | MyBB Community Forum Latest |
ID | ncgjiddjickncepfmebgkpillomdldbg |
Official URL | https://chromewebstore.google.com/detail/mybb-community-forum-late/ncgjiddjickncepfmebgkpillomdldbg |
Description | This chrome extension will display 8 recent articles/posts/threads from MyBB Community forum. |
File Size | 41.07 KB |
Installation Count | 32 |
Current Version | 1.0 |
Last Updated | 2014-08-19 |
Publish Date | 2014-08-19 |
Developer | Richie McMullen |
Payment Type | free |
Extension Website | http://community.mybb.com/ |
Supported Languages | en |
manifest.json | |
{ "name": "MyBB Community Forum Latest", "version": "1.0", "description": "This chrome extension will display 8 recent articles\/posts\/threads from MyBB Community forum.", "author": "Unknown", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "MyBB", "default_icon": "icon48.png", "default_popup": "feed.html" }, "manifest_version": 2, "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'" } |