A Dark Room Mod
A collection of mods to A Dark Room
What is A Dark Room Mod?
A Dark Room Mod is a Chrome extension developed by rcorsaro, and its main feature is "A collection of mods to A Dark Room".
Extension Screenshots
Download A Dark Room Mod Extension CRX File
Download A Dark Room Mod 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
Features: - inventory graphs http://adarkroom.doublespeakgames.com/
Extension Basic Information
Name | |
ID | eaeppcgibfagcghcefhckmoiefncokad |
Official URL | https://chromewebstore.google.com/detail/a-dark-room-mod/eaeppcgibfagcghcefhckmoiefncokad |
Description | A collection of mods to A Dark Room |
File Size | 514 KB |
Installation Count | 39 |
Current Version | 0.3 |
Last Updated | 2013-07-15 |
Publish Date | 2013-07-15 |
Rating | 2.80/5 Total 5 Ratings |
Developer | rcorsaro |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "A Dark Room Mod", "description": "A collection of mods to A Dark Room", "version": "0.3", "homepage_url": "http:\/\/dokipen.github.io\/adarkroommod", "permissions": [ "http:\/\/adarkroom.doublespeakgames.com\/" ], "content_scripts": [ { "js": [ "content.js" ], "matches": [ "http:\/\/adarkroom.doublespeakgames.com\/" ], "run_at": "document_end" } ], "web_accessible_resources": [ "inject.js", "css\/mod.css", "css\/images\/*" ], "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" } } |