SiftScript

Hide content on webpages based on keywords!

ما هو SiftScript؟

SiftScript هو إضافة Chrome تم تطويرها بواسطة Globulus، والميزة الرئيسية لها هي "Hide content on webpages based on keywords!".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة SiftScript

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

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

                        Filter unwanted content from sites you visit!

If you're sick and tired of having your Facebook or Twitter feed, or favorite news portal cluttered by posts on celebrities or topics that you can't stand anymore, try SiftScript to make them go away. Simply input the word or a phrase you wish to hide, and SiftScript will hide any part of the site containing it, alongside nearby images!

The hiding algorithm is fast and exhaustive, with additional options to make it faster or more accurate.

You can also opt to have the content replaced by the SiftScript image, which you can click to reveal what's hidden underneath.

The extension also works well with dynamic websites such as Facebook and Twitter.

The keywords & keyphrases list is synced to your Google account, meaning that you can use the same preferences on any Chrome installation where you're signed in.

Although SiftScript works well on most websites, it might have trouble with some specific sites due to the way they are structured - please report those issues to [email protected] and help us make the product better! Thank you!                    

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

الاسم SiftScript SiftScript
ID fcnampijgailfhniebfbgkfnaamonnha
عنوان URL الرسمي https://chrome.google.com/webstore/detail/siftscript/fcnampijgailfhniebfbgkfnaamonnha
الوصف Hide content on webpages based on keywords!
حجم الملف 87.25 KB
عدد التثبيتات 97
النسخة الحالية 0.9.3
آخر تحديث 2016-03-09
تاريخ النشر 2016-03-09
تقييم 4.89/5 مجموع تقييمات 9
المطور Globulus
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.globulus.net
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SiftScript",
    "short_name": "SiftScript",
    "description": "Hide content on webpages based on keywords!",
    "version": "0.9.3",
    "minimum_chrome_version": "38",
    "browser_action": {
        "default_icon": "assets\/38v4.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "assets\/128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.2.0.min.js",
                "common.js",
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "assets\/hidden-content.png"
    ],
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ]
}