Variable Cage
Replace arbitrary images with pictures of Nicolas Cage. Created by @jacksquaredson, with thanks to @davecowart.
Variable Cage क्या है?
Variable Cage scubbojj द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace arbitrary images with pictures of Nicolas Cage. Created by @jacksquaredson, with thanks to @davecowart."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Variable Cage एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Replace arbitrary images with pictures of Nicolas Cage. Created by @jacksquaredson, with thanks to @davecowart of placecage.com. This extension was obviously inspired by the excellent nCage (http://bit.ly/18XlqFL), but, blasphemous though it may be to admit it, there is such a thing as too much of His Greatness. For added subtlety, this extension allows you to set individual probabilities for Crazy, Gray, .gif, and "Normal" pictures of the One True God. Additional thanks to Dom C. and Esther M. for providing my inspiration, to Sophie for enabling and encouraging my devotion, to /r/onetruegod for providing a haven and a sanctuary, and most of all to His Cageness. Source available at github.com/scubbo/vCage
एक्सटेंशन की मूल जानकारी
नाम | |
ID | amkljdnkepnplfpbdaginfadckgiofmc |
आधिकारिक URL | https://chrome.google.com/webstore/detail/variable-cage/amkljdnkepnplfpbdaginfadckgiofmc |
विवरण | Replace arbitrary images with pictures of Nicolas Cage. Created by @jacksquaredson, with thanks to @davecowart. |
फ़ाइल का आकार | 45.73 KB |
स्थापना संख्या | 143 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2015-01-05 |
प्रकाशन तिथि | 2015-01-05 |
रेटिंग | 2.43/5 कुल 7 रेटिंग्स |
डेवलपर | scubbojj |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Variable Cage", "short_name": "vCage", "description": "Replace arbitrary images with pictures of Nicolas Cage. Created by @jacksquaredson, with thanks to @davecowart.", "icons": { "128": "icon.png" }, "version": "1.1", "permissions": [ "storage" ], "options_page": "options.html", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "replace_script.js" ], "run_at": "document_end" } ] } |