Game Saver
Helps save game content from websites to preserve them for future generations
Game Saver क्या है?
Game Saver krum110487 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Helps save game content from websites to preserve them for future generations"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Game Saver एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Game Saver is used to quickly and easily dump flash games and their required files by simply playing the game. This is urgent to have asap as flash is going away. Future releases will also work on HTML5 content, but as of now I want the focus to be flash.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | lihjdneobgflplacgfokejchlhdojjnh |
आधिकारिक URL | https://chromewebstore.google.com/detail/game-saver/lihjdneobgflplacgfokejchlhdojjnh |
विवरण | Helps save game content from websites to preserve them for future generations |
फ़ाइल का आकार | 379 KB |
स्थापना संख्या | 1,081 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2020-12-13 |
प्रकाशन तिथि | 2020-12-13 |
रेटिंग | 1.00/5 कुल 1 रेटिंग्स |
डेवलपर | krum110487 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/krum110487/GameSaver |
सहायता पृष्ठ URL | https://github.com/krum110487/GameSaver/issues |
गोपनीयता नीति पृष्ठ URL | https://github.com/krum110487/GameSaver/blob/main/PRIVACYPOLICY.md |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Game Saver", "version": "1.0.0", "description": "Helps save game content from websites to preserve them for future generations", "manifest_version": 2, "minimum_chrome_version": "10.0", "devtools_page": "\/devtools\/bootstrap.html", "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "webRequest", "webNavigation", "activeTab", "tabs", "storage", "unlimitedStorage", "clipboardWrite" ], "browser_action": { "default_title": "Game Saver", "default_popup": "pages\/popup.html", "default_icon": { "128": "images\/icon_grey.png" } }, "background": { "scripts": [ "background\/hash.js", "background\/queue.js", "background\/listener.js", "background\/extTabState.js", "background\/extEventMgr.js", "background\/gameSaver.js", "background\/gameSaverImpl.js" ], "persistent": true }, "web_accessible_resources": [ "js\/pages\/*", "js\/library\/*" ] } |