Some Rich Asshole
Replaces the text 'Donald Trump' with 'Some Rich Asshole'.
Some Rich Asshole क्या है?
Some Rich Asshole drew द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the text 'Donald Trump' with 'Some Rich Asshole'."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Some Rich Asshole एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A browser add-on that replaces "Donald Trump" with "Some Rich Asshole"
एक्सटेंशन की मूल जानकारी
नाम | |
ID | hgcjjgnlnheojgpdiafpdnjjpbkedgfh |
आधिकारिक URL | https://chrome.google.com/webstore/detail/some-rich-asshole/hgcjjgnlnheojgpdiafpdnjjpbkedgfh |
विवरण | Replaces the text 'Donald Trump' with 'Some Rich Asshole'. |
फ़ाइल का आकार | 33.73 KB |
स्थापना संख्या | 603 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2015-09-17 |
प्रकाशन तिथि | 2015-09-17 |
रेटिंग | 4.81/5 कुल 72 रेटिंग्स |
डेवलपर | drew |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | http://somerichasshole.com |
सहायता पृष्ठ URL | http://somerichasshole.com |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Some Rich Asshole", "version": "1.2", "description": "Replaces the text 'Donald Trump' with 'Some Rich Asshole'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "icons": { "128": "icon128.png" } } |