Override Chrome's New Tab Policy
A workaround for bypassing or replacing the default Chrome new tab policy set by your organization.
Override Chrome's New Tab Policy क्या है?
Override Chrome's New Tab Policy kareemsherif22 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A workaround for bypassing or replacing the default Chrome new tab policy set by your organization."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Override Chrome's New Tab Policy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension allows you to bypass the mandatory new tab page set by your organization or admin. You can leave the url input field empty to go to the default Chrome new tab. You can set a custom url to go to whenever you open a new tab. You can also point the new tab to any local file on your computer. And if you want to go to any new tab set by another extension, just get the url of the page opened by that extension and add it in the url field. Supported urls start with: "https://" "http://" "file://" "ftp" "urn" "chrome-extension://" "chrome://"
एक्सटेंशन की मूल जानकारी
नाम | Override Chrome's New Tab Policy |
ID | blipilanfdpkfifjekjokjahpjnngifa |
आधिकारिक URL | https://chromewebstore.google.com/detail/override-chromes-new-tab/blipilanfdpkfifjekjokjahpjnngifa |
विवरण | A workaround for bypassing or replacing the default Chrome new tab policy set by your organization. |
फ़ाइल का आकार | 19.18 KB |
स्थापना संख्या | 767 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2021-09-14 |
प्रकाशन तिथि | 2021-08-15 |
रेटिंग | 5.00/5 कुल 9 रेटिंग्स |
डेवलपर | kareemsherif22 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://forms.gle/rYJeSd4HBHq8feXx6 |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Override Chrome's New Tab Policy", "version": "1.2", "description": "A workaround for bypassing or replacing the default Chrome new tab policy set by your organization.", "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "logo-16.png", "32": "logo-32.png", "48": "logo-48.png", "128": "logo-128.png" } }, "icons": { "16": "logo-16.png", "32": "logo-32.png", "48": "logo-48.png", "128": "logo-128.png" }, "permissions": [ "tabs", "storage" ] } |