Star Wars - Spoiler Alert!
Replaces the Star Wars specific text with Adminal Ackbar's famous warning!
Τι είναι το Star Wars - Spoiler Alert!;
Το Star Wars - Spoiler Alert! είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "Replaces the Star Wars specific text with Adminal Ackbar's famous warning!".
Λήψη αρχείου CRX της επέκτασης Star Wars - Spoiler Alert!
Λήψη αρχείων επέκτασης Star Wars - Spoiler Alert! σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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! Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| 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"
}
]
} | |