Flash ZooTopia Background
Change the background to an image of Flash from ZooTopia
Flash ZooTopia Background क्या है?
Flash ZooTopia Background randerson112358 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change the background to an image of Flash from ZooTopia"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Flash ZooTopia Background एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Change the background to a gif of Flash from ZooTopia during the DMV scene in the movie.
एक्सटेंशन की मूल जानकारी
नाम | Flash ZooTopia Background |
ID | mjjpbbnjnkemfllnicfhjbhjeojnifag |
आधिकारिक URL | https://chromewebstore.google.com/detail/flash-zootopia-background/mjjpbbnjnkemfllnicfhjbhjeojnifag |
विवरण | Change the background to an image of Flash from ZooTopia |
फ़ाइल का आकार | 1.2 MB |
स्थापना संख्या | 12 |
वर्तमान संस्करण | 2.0 |
अंतिम अपडेट | 2017-01-12 |
प्रकाशन तिथि | 2017-01-11 |
रेटिंग | 4.50/5 कुल 4 रेटिंग्स |
डेवलपर | randerson112358 |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Flash ZooTopia Background", "description": "Change the background to an image of Flash from ZooTopia", "version": "2.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Show Flash from ZooTopia in the backgroung", "default_icon": "icon.png" }, "web_accessible_resources": [ "pic.gif" ], "manifest_version": 2 } |