Kill St Patty
End the St Patty’s Day Madness.
Kill St Patty क्या है?
Kill St Patty vocativinteractive द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "End the St Patty’s Day Madness."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Kill St Patty एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Sick of seeing St Patrick's Day written as 'St Patty's Day'? Yeah. So were we. So we wrote a simple Chrome extension that changes all appearances of St Patty's Day to either Paddy's Day or St Patrick's Day, as God intended. YOU'RE WELCOME
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fehbfnlfngcbddklcpccgiddhngleejh |
आधिकारिक URL | https://chrome.google.com/webstore/detail/kill-st-patty/fehbfnlfngcbddklcpccgiddhngleejh |
विवरण | End the St Patty’s Day Madness. |
फ़ाइल का आकार | 32.39 KB |
स्थापना संख्या | 12 |
वर्तमान संस्करण | 7.0 |
अंतिम अपडेट | 2016-03-14 |
प्रकाशन तिथि | 2016-03-14 |
रेटिंग | 3.00/5 कुल 1 रेटिंग्स |
डेवलपर | vocativinteractive |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kill St Patty", "version": "7.0", "description": "End the St Patty\u2019s Day Madness.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |