ER Blink map experiment
ER Blink map experiment
ER Blink map experiment क्या है?
ER Blink map experiment MurLemur द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ER Blink map experiment"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ER Blink map experiment एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Костыль для сглаживания еффекта перерисовки iframe карты в браузерной игре ereality.ru When redrawing iframe content in the browser game "ereality.ru" the chromium engine is blinking, this causes tired eyes, and some users may feel worse. The extension is designed to correct this behavior
एक्सटेंशन की मूल जानकारी
नाम | ER Blink map experiment |
ID | bkkgpfdeilogfoplhchbegfnfefblcjj |
आधिकारिक URL | https://chromewebstore.google.com/detail/er-blink-map-experiment/bkkgpfdeilogfoplhchbegfnfefblcjj |
विवरण | ER Blink map experiment |
फ़ाइल का आकार | 259 KB |
स्थापना संख्या | 98 |
वर्तमान संस्करण | 1.12 |
अंतिम अपडेट | 2023-12-14 |
प्रकाशन तिथि | 2019-07-27 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | MurLemur |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "https:\/\/www.ereality.ru\/core*" ], "all_frames": true, "run_at": "document_end", "js": [ "core_content.js" ] }, { "matches": [ "https:\/\/www.ereality.ru\/move*", "https:\/\/www.ereality.ru\/map*action*", "https:\/\/www.ereality.ru\/map*tikerTick*", "https:\/\/www.ereality.ru\/map*modeSwitch*" ], "all_frames": true, "run_at": "document_end", "js": [ "map_content.js" ] } ], "name": "ER Blink map experiment", "web_accessible_resources": [ { "resources": [ "res\/*", "assets\/*", "icons\/*", "inject_core.js", "inject_map.js" ], "matches": [ " |