Everything is Gothic
For when you want your web browsing to have a bit more of a gothic flare to it.
ما هو Everything is Gothic؟
Everything is Gothic هو إضافة Chrome تم تطويرها بواسطة emily hummel، والميزة الرئيسية لها هي "For when you want your web browsing to have a bit more of a gothic flare to it.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Everything is Gothic
قم بتنزيل ملفات الامتداد Everything is Gothic بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Feeling the need to live a bit more in the 19th century? Looking for dark moors, secrets, libraries, and suitors that don't have your best interest at heart?
معلومات أساسية عن التمديد
الاسم | Everything is Gothic |
ID | njkfbecnecfdgpdgpmjgfabnjhinjcmc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/everything-is-gothic/njkfbecnecfdgpdgpmjgfabnjhinjcmc |
الوصف | For when you want your web browsing to have a bit more of a gothic flare to it. |
حجم الملف | 41.98 KB |
عدد التثبيتات | 272 |
النسخة الحالية | 1.0 |
آخر تحديث | 2015-07-21 |
تاريخ النشر | 2015-07-20 |
تقييم | 3.50/5 مجموع تقييمات 10 |
المطور | emily hummel |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Everything is Gothic", "version": "1.0", "description": "For when you want your web browsing to have a bit more of a gothic flare to it.", "author": "Emily Hummel", "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |