KidSearch.Games Ad Blocker

KidSearch.Games Ad Blocker - remove ads on site https://www.kidsearch.games

KidSearch.Games Ad Blockerคืออะไร?

KidSearch.Games Ad Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.kidsearch.games และคุณลักษณะหลักของมันคือ "KidSearch.Games Ad Blocker - remove ads on site https://www.kidsearch.games"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย KidSearch.Games Ad Blocker

ดาวน์โหลดไฟล์ส่วนขยาย KidSearch.Games Ad Blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        "KidSearch.Games Ad Blocker" is chrome extension to disable ads on site https://www.kidsearch.games. We provide the ad free access to site by this extension.

How it works:

1. Visit to site: Kidsearch.Games and find any game, for example:  https://www.kidsearch.games/games/emilyshomesweethome 

2. On site, you will see message where you should select action (screenshot #1);
   * Disable Ads;
   * Continue play with ads;

3. If you select "Disable Ads", you should install "KidSearch.Games Ad Blocker".

4. After success installation, you should refresh page and you can play games on Kidsearch.Games w/o any ads (screenshot #2). 

5. Have fun :)

How to uninstall extension:

1. Open Chrome browser
2. Press on top-right button with 3 dots;
3. Select "More Tools';
4. Select "Extensions";
5. Find "KidSearch.Games Ad Blocker";
6. Press button "Remove";
7. Done!

More info: https://www.kidsearch.games/page/extensions                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ KidSearch.Games Ad Blocker KidSearch.Games Ad Blocker
ID lamdjchkhfeiieolglniooldddpgojck
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/kidsearchgames-ad-blocker/lamdjchkhfeiieolglniooldddpgojck
คำอธิบาย KidSearch.Games Ad Blocker - remove ads on site https://www.kidsearch.games
ขนาดไฟล์ 30.47 KB
จำนวนการติดตั้ง 405
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2019-03-30
วันที่เผยแพร่ 2019-03-29
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://www.kidsearch.games
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://kidsearch.games
URL หน้าช่วยเหลือ https://kidsearch.games/pages/contact-us
ภาษาที่รองรับ en,en-GB,en-US,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "manifest_version": 2,
    "version": "1.0.4",
    "homepage_url": "https:\/\/www.kidsearch.games",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.kidsearch.games\/get-game-code\/*",
                "http:\/\/www.kidsearch.games\/get-game-code\/*",
                "https:\/\/www.kidsearch.games\/games\/*",
                "http:\/\/www.kidsearch.games\/games\/*"
            ],
            "css": [],
            "js": [
                "js\/injection.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/16x16.png",
            "32": "icons\/32x32.png",
            "48": "icons\/48x48.png",
            "128": "icons\/128x128.png"
        }
    },
    "web_accessible_resources": [
        "icons\/*",
        "js\/*"
    ],
    "content_security_policy": "script-src 'self' 'sha256-waLR9NzDhqm3WTfdarlflg7dc7qlyRAbrXmfqKg1Po0='; object-src 'none'"
}