E-X-T-E-N-S-I-O-N

Adds a special button whenever "inception" is mentioned on a page. Bwaaaaaaap!

ما هو E-X-T-E-N-S-I-O-N؟

E-X-T-E-N-S-I-O-N هو إضافة Chrome تم تطويرها بواسطة sgentle، والميزة الرئيسية لها هي "Adds a special button whenever "inception" is mentioned on a page. Bwaaaaaaap!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة E-X-T-E-N-S-I-O-N

قم بتنزيل ملفات الامتداد E-X-T-E-N-S-I-O-N بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم E-X-T-E-N-S-I-O-N E-X-T-E-N-S-I-O-N
ID lobdenhpockjiiihkkhnaglehbcnjemj
عنوان URL الرسمي https://chromewebstore.google.com/detail/e-x-t-e-n-s-i-o-n/lobdenhpockjiiihkkhnaglehbcnjemj
الوصف Adds a special button whenever "inception" is mentioned on a page. Bwaaaaaaap!
حجم الملف 78.99 KB
عدد التثبيتات 80
النسخة الحالية 0.3
آخر تحديث 2015-05-14
تاريخ النشر 2015-05-13
المطور sgentle
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "E-X-T-E-N-S-I-O-N",
    "manifest_version": 2,
    "version": "0.3",
    "description": "Adds a special button whenever \"inception\" is mentioned on a page. Bwaaaaaaap!",
    "web_accessible_resources": [
        "bwaaap.png",
        "bwaaap.mp3"
    ],
    "page_action": {
        "default_icon": "icon16.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "bwaaap.js"
            ],
            "all_frames": true
        }
    ]
}