Ro-Comments [ROBLOX Comments]
Adds comments back to ROBLOX! Version 3.4: Fixed a bug created by the new item page layout on ROBLOX. There is now comment support…
Apa itu Ro-Comments [ROBLOX Comments]?
Ro-Comments [ROBLOX Comments] adalah ekstensi Chrome yang dikembangkan oleh Dice, dan fitur utamanya adalah "Adds comments back to ROBLOX! Version 3.4: Fixed a bug created by the new item page layout on ROBLOX. There is now comment support…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Ro-Comments [ROBLOX Comments]
Unduh file ekstensi Ro-Comments [ROBLOX Comments] dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Adds comments back to ROBLOX! Version 3.4: Fixed a bug created by the new item page layout on ROBLOX. There is now comment support for many more ROBLOX items.
Informasi Dasar Ekstensi
Nama | |
ID | jfljaiklnfkdfcibklkhcffboppnjhgc |
URL Resmi | https://chrome.google.com/webstore/detail/ro-comments-roblox-commen/jfljaiklnfkdfcibklkhcffboppnjhgc |
Deskripsi | Adds comments back to ROBLOX! Version 3.4: Fixed a bug created by the new item page layout on ROBLOX. There is now comment support… |
Ukuran File | 122 KB |
Jumlah Instalasi | 1,000 |
Versi Saat Ini | 3.5 |
Terakhir Diperbarui | 2016-12-27 |
Tanggal Publikasi | 2016-12-27 |
Penilaian | 3.39/5 Total 41 Penilaian |
Pengembang | Dice |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.png", "48": "icon16.png", "128": "icon16.png" }, "content_scripts": [ { "all_frames": true, "js": [ "jquery.js", "script.js", "background.js" ], "matches": [ "https:\/\/www.roblox.com\/*", "http:\/\/www.roblox.com\/*" ] } ], "manifest_version": 2, "name": "Ro-Comments [ROBLOX Comments]", "permissions": [ "https:\/\/www.roblox.com\/", "http:\/\/www.roblox.com\/" ], "version": "3.5", "background": { "scripts": [ "background.js", "jquery.js" ] } } |