Popup Fixer

The most advanced and reliable Free Ad blocker for Chrome. We ensure your peace of mind while browsing Facebook, YouTube and more...

Popup Fixerคืออะไร?

Popup Fixer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://popupfixer.com และคุณลักษณะหลักของมันคือ "The most advanced and reliable Free Ad blocker for Chrome. We ensure your peace of mind while browsing Facebook, YouTube and more..."

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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Popup Fixer

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

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

                        Popup Fixer : The Most reliable and advanced ad blocker today. With state of the art 
intelligence to identify ads from useful content on your browser. It effectively blocks 
all annoying ads and pop-ups on Facebook, YouTube and other websites.

Just activate Popup Fixer and it will do the rest. You can peacefully enjoy your work 
and entertainment and don't bother about closing those annoying ads

Popup Fixer - Seamless internet browsing experience.

Popup Fixer - Instant browsing without annoying ads and popups. 

We are working hard to release Popup Fixer for Opera, Safari and Firefox very soon.                    

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

ชื่อ Popup Fixer Popup Fixer
ID hkcnpeifbmjmgkkgkkdflonnikngclpb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/popup-fixer/hkcnpeifbmjmgkkgkkdflonnikngclpb
คำอธิบาย The most advanced and reliable Free Ad blocker for Chrome. We ensure your peace of mind while browsing Facebook, YouTube and more...
ขนาดไฟล์ 1.01 MB
จำนวนการติดตั้ง 544
เวอร์ชันปัจจุบัน 2.15
อัปเดตครั้งล่าสุด 2015-06-08
วันที่เผยแพร่ 2015-06-08
คะแนน 4.60/5 รวมทั้งหมด 30 คะแนน
ผู้พัฒนา https://popupfixer.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://popupfixer.com/
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "scripts": [
            "jquery\/jquery.min.js",
            "port.js",
            "functions.js",
            "stats.js",
            "filtering\/domainset.js",
            "filtering\/filteroptions.js",
            "filtering\/filtertypes.js",
            "filtering\/filterset.js",
            "filtering\/myfilters.js",
            "filtering\/filternormalizer.js",
            "idlehandler.js",
            "search\/search-plus-one.js",
            "dropbox-datastores.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_popup": "button\/popup.html",
        "default_title": "__MSG_popupfixer_click_for_details__"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "bandaids.js"
            ],
            "matches": [
                "*:\/\/*.mail.live.com\/*",
                "*:\/\/*.mastertoons.com\/*",
                "*:\/\/*.getadblock.com\/*",
                "*:\/\/*.popupfixer.com\/*",
                "*:\/\/*.mobilmania.cz\/*",
                "*:\/\/*.zive.cz\/*",
                "*:\/\/*.doupe.cz\/*",
                "*:\/\/*.e15.cz\/*",
                "*:\/\/*.sportrevue.cz\/*",
                "*:\/\/*.autorevue.cz\/*",
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "port.js",
                "functions.js",
                "filtering\/filteroptions.js",
                "popupfixer_start_common.js",
                "popupfixer_start_chrome.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "uiscripts\/blacklisting\/rightclick_hook.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "default-src 'self'; style-src 'self' 'unsafe-inline' 'unsafe-eval'; connect-src *; frame-src 'self' http:\/\/popupfixer.com\/",
    "default_locale": "en",
    "description": "__MSG_description2__",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon18.png",
        "48": "img\/icon48.png"
    },
    "incognito": "spanning",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhcaYGf5TLBdrwAGaCJqt3JBqAUxbXd45MX44q5Dgafl4Rarq07\/JQcMvsWr7DD8B3oUTg44XuVFthrxXcxNHAjnrI4sBIVUmKe9cLaxUUmtCq+fpRP99B3pQ7zZFoUq\/6PQcPKzfeHJ2NQZ3C2sTuDXWcUCqeINu+3sx0JwPgHMDSTezslZ7b4FZgMD\/ntoybUVt7BcUXPiFx97LFjBeajzRqsExwt8761f99faAMVL\/ZL\/d66l42dRy85qub6+vo9B3b2BzzSDQ4SJTyDdx1CyvMdGPiG2vXBqgzWdt0jf7AGVZLEys4UrCX\/z1TIyjyfcGq2r5xXeGR3ZDw+h7twIDAQAB",
    "manifest_version": 2,
    "minimum_chrome_version": "23",
    "short_name": "Popup Fixer",
    "name": "Popup Fixer",
    "options_page": "options\/index.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "tabs",
        "idle",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "alarms",
        "storage",
        "notifications"
    ],
    "version": "2.15",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "img\/icon24.png",
        "jquery\/css\/images\/ui-bg_inset-hard_100_fcfdfd_1x100.png",
        "jquery\/css\/images\/ui-icons_056b93_256x240.png",
        "jquery\/css\/images\/ui-icons_d8e7f3_256x240.png",
        "jquery\/css\/jquery-ui.custom.css",
        "jquery\/css\/override-page.css",
        "chrome_oauth_receiver.html"
    ]
}