GTA:MP Breadcrumbs
Adding breadcrumbs to the GTA:MP forums
What is GTA:MP Breadcrumbs?
GTA:MP Breadcrumbs is a Chrome extension developed by Andreas, and its main feature is "Adding breadcrumbs to the GTA:MP forums".
Download GTA:MP Breadcrumbs Extension CRX File
Download GTA:MP Breadcrumbs 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
Adding top breadcrumb navigation to the GTA:MP forums.
Extension Basic Information
Name | |
ID | emgcghbbpkppjnklgpibhkgdfohmglkc |
Official URL | https://chrome.google.com/webstore/detail/gtamp-breadcrumbs/emgcghbbpkppjnklgpibhkgdfohmglkc |
Description | Adding breadcrumbs to the GTA:MP forums |
File Size | 46.12 KB |
Installation Count | 13 |
Current Version | 1.2 |
Last Updated | 2015-09-06 |
Publish Date | 2015-09-06 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Andreas |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GTA:MP Breadcrumbs", "version": "1.2", "description": "Adding breadcrumbs to the GTA:MP forums", "author": "Andreas", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/forum.gta-mp.net\/topic\/*" ], "js": [ "js\/jquery.min.js", "js\/script.js" ] } ] } |