GawkBlocker

Tired of taking the Nerd Bait? Use GawkBlocker!

GawkBlockerคืออะไร?

GawkBlocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย A Terrible Idea และคุณลักษณะหลักของมันคือ "Tired of taking the Nerd Bait? Use GawkBlocker!"

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

screenshot
screenshot
screenshot

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

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

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

                        This extension checks to see if you're going to a URL that's owned by Gawker Media.  If you are, it will send you to a video of Madness - One Step Beyond instead.

You can change where you get sent in the Options page.

Version 1.7 - Updating to Manifest v2 so it will stay live in the store.

Version 1.6 - Testing Analytics.

Version 1.5 - Changed the badge color and number.

Version 1.4 - Removed excess permissions request.

Version 1.3 - Added a version badge to the icon so you can tell when it's updated.

Version 1.2 - On the Options Page, you can delete any sites you don't want blocked any more and add new sites to block.

Version 1.1 - Removed unnecessary permissions from the extension.

Version 1.0 - Initial drop                    

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

ชื่อ GawkBlocker GawkBlocker
ID fbdakfnfbdeccpildcaemgdipfkamghn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gawkblocker/fbdakfnfbdeccpildcaemgdipfkamghn
คำอธิบาย Tired of taking the Nerd Bait? Use GawkBlocker!
ขนาดไฟล์ 51.1 KB
จำนวนการติดตั้ง 35
เวอร์ชันปัจจุบัน 1.7
อัปเดตครั้งล่าสุด 2012-12-17
วันที่เผยแพร่ 2012-12-17
คะแนน 4.83/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา A Terrible Idea
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GawkBlocker",
    "version": "1.7",
    "manifest_version": 2,
    "description": "Tired of taking the Nerd Bait? Use GawkBlocker!",
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "icons": {
        "16": "images\/GB-19.png",
        "48": "images\/GB-48.png",
        "128": "images\/GB-128.png"
    },
    "browser_action": {
        "default_icon": "images\/GB-19.png",
        "default_title": "GawkBlocker",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs"
    ]
}