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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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"
}
]
} | |