usefulness extension
edit 1.2: highscore with chrome storage API! snake bug still there, so I'll try to fix it soon This extension is for the average…
usefulness extension क्या है?
usefulness extension mroscarfinley द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "edit 1.2: highscore with chrome storage API! snake bug still there, so I'll try to fix it soon This extension is for the average…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में usefulness extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
edit 1.2: highscore with chrome storage API! snake bug still there, so I'll try to fix it soon This extension is for the average school kid made by a highschool kid who understands your pain! features: - random number generator - inspirational quote to prevent you dying from depression - annoying noises: - airhorn - yee sound if you have any suggestions please contact [email protected] and check out the website at https://sites.google.com/view/the-usefulness-extension/home edit 1.1: snake game bug fixes and improvements highscore does not currently work yet tetris coming soon edit 1.0: - introducing the snake game! - removed random number generator and 14khz sound due to complaints. may add later.
एक्सटेंशन की मूल जानकारी
नाम | usefulness extension |
ID | mcikgnlogepdidaonhdkopokgcnapbpi |
आधिकारिक URL | https://chromewebstore.google.com/detail/usefulness-extension/mcikgnlogepdidaonhdkopokgcnapbpi |
विवरण | edit 1.2: highscore with chrome storage API! snake bug still there, so I'll try to fix it soon This extension is for the average… |
फ़ाइल का आकार | 62.2 KB |
स्थापना संख्या | 29 |
वर्तमान संस्करण | 1.2.1 |
अंतिम अपडेट | 2019-05-02 |
प्रकाशन तिथि | 2019-05-01 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | mroscarfinley |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://sites.google.com/view/the-usefulness-extension/home |
सहायता पृष्ठ URL | https://sites.google.com/view/the-usefulness-extension/home |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "usefulness extension", "version": "1.2.1", "manifest_version": 2, "permissions": [ "storage" ], "browser_action": { "default_icon": "default-icon.jpg", "default_popup": "popup.html" } } |