GTA:MP Breadcrumbs
Adding breadcrumbs to the GTA:MP forums
GTA:MP Breadcrumbs क्या है?
GTA:MP Breadcrumbs Andreas द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adding breadcrumbs to the GTA:MP forums"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GTA:MP Breadcrumbs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Adding top breadcrumb navigation to the GTA:MP forums.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | emgcghbbpkppjnklgpibhkgdfohmglkc |
आधिकारिक URL | https://chrome.google.com/webstore/detail/gtamp-breadcrumbs/emgcghbbpkppjnklgpibhkgdfohmglkc |
विवरण | Adding breadcrumbs to the GTA:MP forums |
फ़ाइल का आकार | 46.12 KB |
स्थापना संख्या | 13 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2015-09-06 |
प्रकाशन तिथि | 2015-09-06 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Andreas |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } ] } |