Project Centurion AG
Project Centurion AG
Project Centurion AG क्या है?
Project Centurion AG https://projectcenturion.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Project Centurion AG"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Project Centurion AG एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Allows the captcha to display on https://projectcenturion.com/sg Addon allows the steam website to display in an iframe on the webpage by setting headers on https://projectcenturion.com/sg This addon is required because the steam website is usually unable to be displayed in an iframe, but this is needed to show the captcha.
एक्सटेंशन की मूल जानकारी
नाम | Project Centurion AG |
ID | gfmlilhophdchbdmihgdiphkkeeepecj |
आधिकारिक URL | https://chromewebstore.google.com/detail/project-centurion-ag/gfmlilhophdchbdmihgdiphkkeeepecj |
विवरण | Project Centurion AG |
फ़ाइल का आकार | 18.17 KB |
स्थापना संख्या | 3,610 |
वर्तमान संस्करण | 2.0 |
अंतिम अपडेट | 2019-07-09 |
प्रकाशन तिथि | 2019-07-08 |
रेटिंग | 3.67/5 कुल 12 रेटिंग्स |
डेवलपर | https://projectcenturion.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://projectcenturion.com/sg |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Project Centurion AG", "description": "Project Centurion AG", "version": "2.0", "manifest_version": 2, "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/store.steampowered.com\/join\/", "https:\/\/projectcenturion.com\/*" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/store.steampowered.com\/join\/" ], "js": [ "injected.js" ], "all_frames": true } ], "icons": { "16": "16.png", "32": "32.png" } } |