I Heart What I See

Every heart is a heart and when you see a heart you heart the heart.

ما هو I Heart What I See؟

I Heart What I See هو إضافة Chrome تم تطويرها بواسطة https://sklise.com، والميزة الرئيسية لها هي "Every heart is a heart and when you see a heart you heart the heart.".

تحميل ملف CRX للإضافة I Heart What I See

قم بتنزيل ملفات الامتداد I Heart What I See بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Every time you see a heart on Twitter, you heart that heart.                    

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

الاسم I Heart What I See I Heart What I See
ID khfbfkgknmbadpikekmpndghbmpeemeh
عنوان URL الرسمي https://chrome.google.com/webstore/detail/i-heart-what-i-see/khfbfkgknmbadpikekmpndghbmpeemeh
الوصف Every heart is a heart and when you see a heart you heart the heart.
حجم الملف 49.79 KB
عدد التثبيتات 32
النسخة الحالية 0.1.1
آخر تحديث 2015-11-06
تاريخ النشر 2015-11-06
تقييم 5.00/5 مجموع تقييمات 1
المطور https://sklise.com
نوع الدفع free
موقع الإضافة https://github.com/sklise/i-heart-what-i-see
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "I Heart What I See",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Every heart is a heart and when you see a heart you heart the heart.",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "https:\/\/*\/*"
    ]
}