Replace Politics with this puppy

Replace Politics with this puppy

ما هو Replace Politics with this puppy؟

Replace Politics with this puppy هو إضافة Chrome تم تطويرها بواسطة https://www.rippon.org، والميزة الرئيسية لها هي "Replace Politics with this puppy".

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

screenshot

تحميل ملف CRX للإضافة Replace Politics with this puppy

قم بتنزيل ملفات الامتداد Replace Politics with this puppy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        My fiance was getting bored with all the political nonsense in her Facebook feed, and she loves puppies.  This is the logical conclusion of being engaged to a geek.                    

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

الاسم Replace Politics with this puppy Replace Politics with this puppy
ID jkiipmgmalkgnghofkaipfngciefcdij
عنوان URL الرسمي https://chromewebstore.google.com/detail/replace-politics-with-thi/jkiipmgmalkgnghofkaipfngciefcdij
الوصف Replace Politics with this puppy
حجم الملف 162 KB
عدد التثبيتات 248
النسخة الحالية 0.1
آخر تحديث 2016-03-10
تاريخ النشر 2016-03-10
تقييم 4.27/5 مجموع تقييمات 11
المطور https://www.rippon.org
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "facebook_filter.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Replace Politics with this puppy",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Replace Politics with this puppy",
    "version": "0.1"
}