Nicolas Page
This extension will turn all images on your browser into an iconic photo of Nicolas Cage.
ما هو Nicolas Page؟
Nicolas Page هو إضافة Chrome تم تطويرها بواسطة thats.a.though.one، والميزة الرئيسية لها هي "This extension will turn all images on your browser into an iconic photo of Nicolas Cage.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Nicolas Page
قم بتنزيل ملفات الامتداد Nicolas Page بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension will turn all images on your browser into an iconic photo of Nicolas Cage. No more spoilers hidden in memes, no more annoying photos on your Facebook wall - just a sea of unblinking eyes and a smile.
معلومات أساسية عن التمديد
الاسم | Nicolas Page |
ID | baicfbiaoaijngpekfgpklmlclncojbm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/nicolas-page/baicfbiaoaijngpekfgpklmlclncojbm |
الوصف | This extension will turn all images on your browser into an iconic photo of Nicolas Cage. |
حجم الملف | 83.33 KB |
عدد التثبيتات | 28 |
النسخة الحالية | 1.0 |
آخر تحديث | 2020-05-06 |
تاريخ النشر | 2020-05-02 |
المطور | thats.a.though.one |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nicolas Page", "description": "This extension will turn all images on your browser into an iconic photo of Nicolas Cage.", "version": "1.0", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "images\/*.jpg" ], "permissions": [ "activeTab" ] } |