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…
Cos'è Ro-Comments [ROBLOX Comments]?
Ro-Comments [ROBLOX Comments] è un'estensione di Chrome sviluppata da Dice, e la sua funzione principale è "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 dell'Estensione
Scarica il file CRX dell'estensione Ro-Comments [ROBLOX Comments]
Scarica i file di estensione Ro-Comments [ROBLOX Comments] in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | jfljaiklnfkdfcibklkhcffboppnjhgc |
URL Ufficiale | https://chrome.google.com/webstore/detail/ro-comments-roblox-commen/jfljaiklnfkdfcibklkhcffboppnjhgc |
Descrizione | 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… |
Dimensione del File | 122 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 3.5 |
Ultimo Aggiornamento | 2016-12-27 |
Data di Pubblicazione | 2016-12-27 |
Valutazione | 3.39/5 Totale 41 Valutazioni |
Sviluppatore | Dice |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } } |