Custom Cursor Premium
A premium upgrade to Custom Cursor Chrome extension!
Custom Cursor Premium क्या है?
Custom Cursor Premium BBusch द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A premium upgrade to Custom Cursor Chrome extension!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Custom Cursor Premium एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The premium version of the original Custom Cursor chrome extension. You'll get everything the free version has, along with: 100 extra cursors including Overwatch sprays, film characters, pokemon. 7 cursor trails such as bats, bubbles, snow, and emoji. The cursor will auto update, meaning that your cursor will change on every page after you select a new cursor. If anything goes wrong, simply refresh the page.
एक्सटेंशन की मूल जानकारी
नाम | Custom Cursor Premium |
ID | bmckipahlakbkbecoaekgahmjjeohodd |
आधिकारिक URL | https://chromewebstore.google.com/detail/custom-cursor-premium/bmckipahlakbkbecoaekgahmjjeohodd |
विवरण | A premium upgrade to Custom Cursor Chrome extension! |
फ़ाइल का आकार | 970 KB |
स्थापना संख्या | 26 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2019-06-25 |
प्रकाशन तिथि | 2019-06-23 |
डेवलपर | BBusch |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Custom Cursor Premium", "options_page": "options.html", "description": "A premium upgrade to Custom Cursor Chrome extension!", "version": "1.0.0", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "options_ui": { "page": "popup.html", "chrome_style": true, "open_in_tab": true }, "icons": { "16": "resources\/icon16.png", "48": "resources\/icon48.png", "128": "resources\/icon128.png" }, "permissions": [ "storage", "tabs", "clipboardRead", "http:\/\/beckbusch.github.io\/\/" ], "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Cursor Change Premium" }, "web_accessible_resources": [ "cursors\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "page.js" ] } ] } |