GameofSpoils: Game of Thrones Spoiler Blocker

A Game of Thrones spoiler blocking plugin for your Facebook, Twitter, Reddit, and Google News feeds.

GameofSpoils: Game of Thrones Spoiler Blockerคืออะไร?

GameofSpoils: Game of Thrones Spoiler Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย elstoo และคุณลักษณะหลักของมันคือ "A Game of Thrones spoiler blocking plugin for your Facebook, Twitter, Reddit, and Google News feeds."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GameofSpoils: Game of Thrones Spoiler Blocker

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

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

                        Detects and blacks out any posts on Facebook or Reddit, tweets on Twitter, or stories on Google News that mention Game of Thrones or many other GoT-related terms, such as 'Winterfell' or 'Targaryen'. 

New feature! You can now automatically *hide* spoilers completely rather than black them out, helping fortify your mental internet sanctuary. :)

Any blocked spoiler can be viewed by the brave of heart by clicking on the blacked-out area-- this will cause the post to be gradually unveiled, giving you about 3 more seconds to glance away! 

This project is now open-source! https://github.com/stu-blair/game-of-spoils

This project in active development, so please share your feedback, feature requests, and any bugs found. Hope you enjoy, and do tread lightly, for the internet is dark and full of spoilers.

New in v1.3.1
~ Added support for blocking Reddit comments (previously it only blocked posts). Note that comments and posts on Game of Thrones-themed subreddits will not be affected, cuz that would be silly and block everything :)
~ Fixed support for Google News, Feedly, Buzzfeed
~ A few other minor improvements


New in v1.3.0
~ Fixed bug that broke support for Facebook.
~ Added new feature for completely *hiding* spoilers rather than blocking them with black boxes. This way, you can be blissfully unaware that those spoilers were there at all!

New in v1.2.2
~ 'Trending topics' in Facebook and 'Trends' in Twitter will now get blocked
~ Spoil-blocking support for Google Plus, Youtube, Gizmodo, Buzzfeed, and Tumblr added

New in v1.2
~ You can now add your own custom phrases to block!
~ Support for feedly.com

New in v1.1.3
~ Support for *.slack.com
~ Blocking 28 new actor names
~ Twitter bug fixed by the project's first open-source contributor!

New features for version 1.0 !
~ Quick toggle whether blocking is enabled
~ Toggle whether you want to see the specific phrase that was blocked
~ Support for the AV Club (avclub.com) added
~ Support for news.google.co.uk and news.google.co.in added                    

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

ชื่อ GameofSpoils: Game of Thrones Spoiler Blocker GameofSpoils: Game of Thrones Spoiler Blocker
ID ipjhpmdippbajafafidlinjjmfkdamci
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gameofspoils-game-of-thro/ipjhpmdippbajafafidlinjjmfkdamci
คำอธิบาย A Game of Thrones spoiler blocking plugin for your Facebook, Twitter, Reddit, and Google News feeds.
ขนาดไฟล์ 96.62 KB
จำนวนการติดตั้ง 2,411
เวอร์ชันปัจจุบัน 1.3.3
อัปเดตครั้งล่าสุด 2017-08-11
วันที่เผยแพร่ 2017-08-11
คะแนน 4.18/5 รวมทั้งหมด 123 คะแนน
ผู้พัฒนา elstoo
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/stu-blair/game-of-spoils
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GameofSpoils: Game of Thrones Spoiler Blocker",
    "short_name": "GameOfSpoils",
    "description": "A Game of Thrones spoiler blocking plugin for your Facebook, Twitter, Reddit, and Google News feeds.",
    "version": "1.3.3",
    "browser_action": {
        "default_icon": "assets\/icons\/icon128.png",
        "default_popup": "popup.html",
        "default_title": "Game of Spoilers"
    },
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "19": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "scripts\/constants.js",
            "scripts\/helpers.js",
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/feedly.com\/*",
                "*:\/\/gizmodo.co.uk\/*",
                "*:\/\/gizmodo.com\/*",
                "*:\/\/news.google.co.in\/*",
                "*:\/\/news.google.co.uk\/*",
                "*:\/\/news.google.com\/*",
                "*:\/\/plus.google.com\/*",
                "*:\/\/twitter.com\/*",
                "*:\/\/www.avclub.com\/*",
                "*:\/\/www.buzzfeed.com\/*",
                "*:\/\/www.facebook.com\/*",
                "*:\/\/www.reddit.com\/*",
                "*:\/\/www.tumblr.com\/*",
                "*:\/\/www.youtube.com\/*"
            ],
            "css": [
                "assets\/fonts\/lancelot.css",
                "styles\/content.css"
            ],
            "js": [
                "scripts\/vendor\/jquery.min.js",
                "scripts\/constants.js",
                "scripts\/helpers.js",
                "scripts\/content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}