Trident to Metal Gear
Replaces the text 'Trident' with 'Metal Gear'.
Trident to Metal Gear क्या है?
Trident to Metal Gear Sledra द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the text 'Trident' with 'Metal Gear'."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Trident to Metal Gear एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Replaces the word "Trident" with "Metal Gear". Jeremy Corbyn does look a bit like Revolver Ocelot doesn't he....
एक्सटेंशन की मूल जानकारी
नाम | ![]() |
ID | hbchjejfaipciplpfkilelpodaijgjmk |
आधिकारिक URL | https://chrome.google.com/webstore/detail/trident-to-metal-gear/hbchjejfaipciplpfkilelpodaijgjmk |
विवरण | Replaces the text 'Trident' with 'Metal Gear'. |
फ़ाइल का आकार | 3.35 KB |
स्थापना संख्या | 27 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2015-10-02 |
प्रकाशन तिथि | 2015-10-02 |
डेवलपर | Sledra |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trident to Metal Gear", "version": "1.0", "description": "Replaces the text 'Trident' with 'Metal Gear'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |