Kalpana Karala
This will change Google Logo in Google search page, and change some text on the page. Inspiration: https://uvindubro.me/kalpana/
Kalpana Karala क्या है?
Kalpana Karala Chethiya Kusal द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This will change Google Logo in Google search page, and change some text on the page. Inspiration: https://uvindubro.me/kalpana/"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Kalpana Karala एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This will change Google Logo in Google search page, and "Search" button text to "බලන්න" and "I'm feeling lucky" button text to "නැද්ද හා". It is suitable as a funny prank for your friend. Inspiration: https://uvindubro.me/kalpana/
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ldfbffgeoopikoigpgjfjdammhpcplch |
आधिकारिक URL | https://chromewebstore.google.com/detail/kalpana-karala/ldfbffgeoopikoigpgjfjdammhpcplch |
विवरण | This will change Google Logo in Google search page, and change some text on the page. Inspiration: https://uvindubro.me/kalpana/ |
फ़ाइल का आकार | 306 KB |
स्थापना संख्या | 57 |
वर्तमान संस्करण | 1.1.5 |
अंतिम अपडेट | 2023-08-11 |
प्रकाशन तिथि | 2023-02-09 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | Chethiya Kusal |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://uvindubro.me/kalpana/ |
सहायता पृष्ठ URL | https://github.com/ChethiyaKD |
गोपनीयता नीति पृष्ठ URL | https://github.com/ChethiyaKD/Kalpana-Karala-Balanna-/blob/main/privacy-policy.md |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kalpana Karala", "version": "1.1.5", "manifest_version": 3, "author": "Ishara Upulwan", "description": "This will change Google Logo in Google search page, and change some text on the page. Inspiration: https:\/\/uvindubro.me\/kalpana\/", "homepage_url": "https:\/\/uvindubro.me\/kalpana\/", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "64": "icons\/64.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.google.com\/*", "https:\/\/*.google.lk\/*" ], "js": [ "js\/textAnim.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/*.google.com\/*", "https:\/\/*.google.lk\/*" ], "js": [ "js\/content_script.js" ], "css": [ "css\/content.css" ] } ], "background": { "service_worker": "js\/service_worker.js" }, "host_permissions": [ " |