TXT RPLCR
Replaces one or more words on websites just for fun.
TXT RPLCR क्या है?
TXT RPLCR raum für medien द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces one or more words on websites just for fun."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TXT RPLCR एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Did you ever wish to replace a name or a term an a website? Here is your tool! Just type in the word to replace and the one you wish to read instead and have some fun! What about to read >>Dumb<< instead of >>Trump<< ;-)
एक्सटेंशन की मूल जानकारी
नाम | TXT RPLCR |
ID | ljmcpfadmahmlkjcckmbkgihblabfhhi |
आधिकारिक URL | https://chromewebstore.google.com/detail/txt-rplcr/ljmcpfadmahmlkjcckmbkgihblabfhhi |
विवरण | Replaces one or more words on websites just for fun. |
फ़ाइल का आकार | 45.91 KB |
स्थापना संख्या | 46 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2016-07-25 |
प्रकाशन तिथि | 2016-07-25 |
डेवलपर | raum für medien |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TXT RPLCR", "description": "Replaces one or more words on websites just for fun.", "version": "1.1", "offline_enabled": true, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*\/*" ], "js": [ "inject.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "128x128.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ] } |