Rick Roulette
Randomly replaces youtube videos with Rick Rolls.
Rick Roulette क्या है?
Rick Roulette http://www.rickroulette.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Randomly replaces youtube videos with Rick Rolls."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Rick Roulette एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Are you a glutton for punishment? Or do you secretly love being Rick Rolled, but don't have any friends to Rick Roll you? No judgement here, but this extension might come in handy for you! This is a Chrome Extension which will randomly Rick Roll you. Whenever you visit a YouTube page, you'll have a 1 in N chance of having the video element replaced with a Rick Roll. The value of N is 6 by default but you can configure this to whatever number you choose.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | pinbianolbmldidkdgcgbemiegfaiahj |
आधिकारिक URL | https://chrome.google.com/webstore/detail/rick-roulette/pinbianolbmldidkdgcgbemiegfaiahj |
विवरण | Randomly replaces youtube videos with Rick Rolls. |
फ़ाइल का आकार | 165 KB |
स्थापना संख्या | 673 |
वर्तमान संस्करण | 1.1.5 |
अंतिम अपडेट | 2016-01-12 |
प्रकाशन तिथि | 2016-01-12 |
रेटिंग | 4.30/5 कुल 20 रेटिंग्स |
डेवलपर | http://www.rickroulette.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.rickroulette.com |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rick Roulette", "version": "1.1.5", "manifest_version": 2, "description": "Randomly replaces youtube videos with Rick Rolls.", "homepage_url": "http:\/\/www.bugben.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "options_page": "src\/options\/options.html", "permissions": [ "contentSettings", "storage" ], "content_scripts": [ { "matches": [ "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |