Star Wars - Spoiler Alert!
Replaces the Star Wars specific text with Adminal Ackbar's famous warning!
Star Wars - Spoiler Alert! क्या है?
Star Wars - Spoiler Alert! Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the Star Wars specific text with Adminal Ackbar's famous warning!"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Star Wars - Spoiler Alert! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
So, Star Wars is releasing a week later in India, which is a bummer. It also means, the web will be dark and filled with spoilers. Here's a fun little chrome extension I wrote that tries to mess up spoiler text by adding the famous warning from Admiral Ackbar - "It's a Trap!" at random places, making the spoilers feel like stormtroopers. May the force be with you!
एक्सटेंशन की मूल जानकारी
नाम | Star Wars - Spoiler Alert! |
ID | aeleacpkkoikocdppmgpkpidpbdjoclg |
आधिकारिक URL | https://chromewebstore.google.com/detail/star-wars-spoiler-alert/aeleacpkkoikocdppmgpkpidpbdjoclg |
विवरण | Replaces the Star Wars specific text with Adminal Ackbar's famous warning! |
फ़ाइल का आकार | 13.36 KB |
स्थापना संख्या | 13 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2015-12-11 |
प्रकाशन तिथि | 2015-12-11 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://piyushbansal.github.io/ |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Star Wars - Spoiler Alert!", "version": "1.0", "description": "Replaces the Star Wars specific text with Adminal Ackbar's famous warning!", "icons": { "16": "icon16.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |