Puggin.it
Replaces images with Pugs
ما هو Puggin.it؟
Puggin.it هو إضافة Chrome تم تطويرها بواسطة https://www.rockcandymedia.com، والميزة الرئيسية لها هي "Replaces images with Pugs".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Puggin.it
قم بتنزيل ملفات الامتداد Puggin.it بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Get this Chrome extension to pimp every page with a profusion of pugs. 1. Visit any website that has photos, such as Facebook or USA Today. 2. Click the Rock Candy Media logo. 3. Enjoy the pugs.
معلومات أساسية عن التمديد
الاسم | |
ID | fgccknmgndofeggbcaekgolhflbhdjnd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/pugginit/fgccknmgndofeggbcaekgolhflbhdjnd |
الوصف | Replaces images with Pugs |
حجم الملف | 72.01 KB |
عدد التثبيتات | 135 |
النسخة الحالية | 1.3 |
آخر تحديث | 2013-08-19 |
تاريخ النشر | 2013-08-19 |
تقييم | 4.40/5 مجموع تقييمات 10 |
المطور | https://www.rockcandymedia.com |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "background.js", "rcm.js" ] }, "browser_action": { "default_icon": "img\/icon_48.png", "default_title": "Puggin.it" }, "description": "Replaces images with Pugs", "homepage_url": "http:\/\/puggin.it", "icons": { "128": "img\/icon_128.png", "16": "img\/icon_16.png", "48": "img\/icon_48.png" }, "author": "Joe Wanko", "manifest_version": 2, "name": "Puggin.it", "permissions": [ "http:\/\/rockcandymedia.com\/puggin.it\/pugs.xml", "activeTab" ], "version": "1.3" } |