MyBB Community Forum Latest
This chrome extension will display 8 recent articles/posts/threads from MyBB Community forum.
Wat is MyBB Community Forum Latest?
MyBB Community Forum Latest is een Chrome-extensie ontwikkeld door Richie McMullen, en de belangrijkste functie is "This chrome extension will display 8 recent articles/posts/threads from MyBB Community forum.".
Extensie Screenshots
Download het CRX-bestand van de extensie MyBB Community Forum Latest
Download MyBB Community Forum Latest-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
Basisinformatie over de Extensie
| Naam | |
| ID | ncgjiddjickncepfmebgkpillomdldbg |
| Officiële URL | https://chromewebstore.google.com/detail/mybb-community-forum-late/ncgjiddjickncepfmebgkpillomdldbg |
| Beschrijving | This chrome extension will display 8 recent articles/posts/threads from MyBB Community forum. |
| Bestandsgrootte | 41.07 KB |
| Aantal Installaties | 32 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2014-08-19 |
| Publicatiedatum | 2014-08-19 |
| Ontwikkelaar | Richie McMullen |
| Betalingswijze | free |
| Extensiewebsite | http://community.mybb.com/ |
| Ondersteunde Talen | 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'"
} | |