Container to Fart
Replaces the text 'container' with 'fart'.
Container to Fart क्या है?
Container to Fart jacob.m.robinson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the text 'container' with 'fart'."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Container to Fart एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Container to Fart replaces instances of 'container' with 'fart' within web page content. Combined with the Cloud to Butt Chrome extension, Container to Fart will bring some back some comedy into all the drama that is happening with Linux Farts and Butt Computing.
एक्सटेंशन की मूल जानकारी
नाम | ![]() |
ID | ddekfmgjejpecfmkijkoeibgehjmjoah |
आधिकारिक URL | https://chrome.google.com/webstore/detail/container-to-fart/ddekfmgjejpecfmkijkoeibgehjmjoah |
विवरण | Replaces the text 'container' with 'fart'. |
फ़ाइल का आकार | 3.38 KB |
स्थापना संख्या | 31 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2014-12-02 |
प्रकाशन तिथि | 2014-12-02 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | jacob.m.robinson |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/jakerobinson/container-to-fart |
सहायता पृष्ठ URL | https://github.com/jakerobinson/container-to-fart/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Container to Fart", "version": "1.0", "description": "Replaces the text 'container' with 'fart'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |