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…
Ro-Comments [ROBLOX Comments]とは何ですか?
Ro-Comments [ROBLOX Comments]はDiceによって開発されたChromeの拡張機能で、その主な機能は「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…」です。
拡張機能のスクリーンショット
Ro-Comments [ROBLOX Comments]拡張機能のCRXファイルをダウンロード
Ro-Comments [ROBLOX Comments]拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | jfljaiklnfkdfcibklkhcffboppnjhgc |
公式URL | https://chrome.google.com/webstore/detail/ro-comments-roblox-commen/jfljaiklnfkdfcibklkhcffboppnjhgc |
説明 | 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… |
ファイルサイズ | 122 KB |
インストール数 | 1,000 |
現在のバージョン | 3.5 |
最終更新日 | 2016-12-27 |
公開日 | 2016-12-27 |
評価 | 3.39/5 合計 41 レビュー |
開発者 | Dice |
支払い方法 | free |
対応言語 | 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" ] } } |