Custom Effects for Chrome™
Funny custom effects and GIFs right in your browser.
Custom Effects for Chrome™ क्या है?
Custom Effects for Chrome™ Custom Effects द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Funny custom effects and GIFs right in your browser."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Custom Effects for Chrome™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Wanna update your boring browser? Now you have some free animations for your browser. Customize your experience of surfing the web. We are going to update this extension regulary with new GIFs and other interesting features, so be in touch and don't delete the extension, because it is going to be really awesome. You can also recommend us some of your bold ideas in feedback field. In the near future we are going to add next features: - More awesome GIFs - Most friendly user interface - Ability of changing a scale of your amazing animations - A website, where you can find new updates and be able to get notifications about updates and other news. *Important* To add more than one gif, you have to drag the first choosen gif anywhere and only after that you can choose the next animation and drag it as well. It is absolutely new extension among all variety here, so we appreciate your 5 stars)
एक्सटेंशन की मूल जानकारी
नाम | Custom Effects for Chrome™ |
ID | jbcmappinbdhoealkbkdgbcpfcdmeplc |
आधिकारिक URL | https://chromewebstore.google.com/detail/custom-effects-for-chrome/jbcmappinbdhoealkbkdgbcpfcdmeplc |
विवरण | Funny custom effects and GIFs right in your browser. |
फ़ाइल का आकार | 124 MB |
स्थापना संख्या | 97 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2021-06-19 |
प्रकाशन तिथि | 2021-06-18 |
डेवलपर | Custom Effects |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "browser_action": { "default_icon": { "128": "assets\/icons\/icon128.png", "256": "assets\/icons\/icon256.png", "32": "assets\/icons\/icon32.png", "64": "assets\/icons\/icon64.png" }, "default_popup": "index.html", "default_title": "__MSG_default_title__" }, "content_scripts": [ { "js": [ "libs\/jquery.js", "libs\/jquery.throwable.js", "libs\/beejdnd.js", "js\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "default_locale": "en", "description": "__MSG_description__", "icons": { "128": "assets\/icons\/icon128.png", "256": "assets\/icons\/icon256.png", "32": "assets\/icons\/icon32.png", "64": "assets\/icons\/icon64.png" }, "background": { "scripts": [ "libs\/jquery.js", "js\/background.js" ] }, "manifest_version": 2, "name": "__MSG_name__", "permissions": [ "storage", "contentSettings" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1", "web_accessible_resources": [ "assets\/img\/*.*" ] } |