Star Wars - Spoiler Alert!
Replaces the Star Wars specific text with Adminal Ackbar's famous warning!
Vad är Star Wars - Spoiler Alert!?
Star Wars - Spoiler Alert! är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Replaces the Star Wars specific text with Adminal Ackbar's famous warning!".
Ladda ner Star Wars - Spoiler Alert!-förlängningens CRX-fil
Ladda ner Star Wars - Spoiler Alert!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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! Grundläggande Information om Tillägg
| Namn | |
| ID | aeleacpkkoikocdppmgpkpidpbdjoclg |
| Officiell webbadress | https://chromewebstore.google.com/detail/star-wars-spoiler-alert/aeleacpkkoikocdppmgpkpidpbdjoclg |
| Beskrivning | Replaces the Star Wars specific text with Adminal Ackbar's famous warning! |
| Filstorlek | 13.36 KB |
| Antal Installationer | 13 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2015-12-11 |
| Publiceringsdatum | 2015-12-11 |
| Betyg | 3.00/5 Totalt 2 Betyg |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Tilläggswebbplats | http://piyushbansal.github.io/ |
| Stödda Språk | 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"
}
]
} | |