Better New Tab Pro
Better new tab improves the quality of your new tab with amazing wallpapers & videos
Better New Tab Pro क्या है?
Better New Tab Pro MrProductivity द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Better new tab improves the quality of your new tab with amazing wallpapers & videos"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Better New Tab Pro एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Better new tab pro improves the quality of your new tab by adding wallpapers and video wallpapers You can select many normal wallpapers (static pictures) or video animated wallpapers that plays automatically on your new tab page. If you want more videos or images, please let us know and we will add more! Suggestions are welcome! You can contact us @ [email protected]
एक्सटेंशन की मूल जानकारी
नाम | |
ID | nojnjadiacnfbmeaedaloeilohcjmfdg |
आधिकारिक URL | https://chrome.google.com/webstore/detail/better-new-tab-pro/nojnjadiacnfbmeaedaloeilohcjmfdg |
विवरण | Better new tab improves the quality of your new tab with amazing wallpapers & videos |
फ़ाइल का आकार | 17.23 MB |
स्थापना संख्या | 54 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2020-06-17 |
प्रकाशन तिथि | 2020-06-17 |
रेटिंग | 3.00/5 कुल 1 रेटिंग्स |
डेवलपर | MrProductivity |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "author": "MrProductivity", "version": "1.0.1", "icons": { "16": "icons\/16.png", "128": "icons\/128.png" }, "chrome_url_overrides": { "newtab": "pages\/app.html" }, "background": { "persistent": true, "page": "pages\/background.html" }, "permissions": [ "tabs", "topSites", "storage" ], "default_locale": "en", "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'", "web_accessible_resources": [ "js\/content.js" ] } |