Clean Up Google Homepage
This extension removes the footer, the About and Store links, and any promotions from the Google homepage.
Clean Up Google Homepage क्या है?
Clean Up Google Homepage David Yang द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension removes the footer, the About and Store links, and any promotions from the Google homepage."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Clean Up Google Homepage एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Icon courtesy of https://icons8.com/
एक्सटेंशन की मूल जानकारी
नाम | Clean Up Google Homepage |
ID | cjpmgcoeopklmgpemggjigeedeomiaei |
आधिकारिक URL | https://chromewebstore.google.com/detail/clean-up-google-homepage/cjpmgcoeopklmgpemggjigeedeomiaei |
विवरण | This extension removes the footer, the About and Store links, and any promotions from the Google homepage. |
फ़ाइल का आकार | 4.83 KB |
स्थापना संख्या | 72 |
वर्तमान संस्करण | 0.0.0.2 |
अंतिम अपडेट | 2018-02-16 |
प्रकाशन तिथि | 2018-02-15 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | David Yang |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clean Up Google Homepage", "description": "This extension removes the footer, the About and Store links, and any promotions from the Google homepage.", "version": "0.0.0.2", "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/*" ], "css": [ "main.css" ] } ], "page_action": { "default_title": "Clean Up Google Homepage" } } |