Spoiler Protection 2.0

Spoiler Protection 2.0 - NO MORE SPOILERS :)

Apa itu Spoiler Protection 2.0?

Spoiler Protection 2.0 adalah ekstensi Chrome yang dikembangkan oleh https://wecdev.com, dan fitur utamanya adalah "Spoiler Protection 2.0 - NO MORE SPOILERS :)".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Spoiler Protection 2.0

Unduh file ekstensi Spoiler Protection 2.0 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        USE ON ANDROID WITH FIREFOX
Enjoy surfing on the internet with Spoiler Protection by preventing spoilers ruining the experience of a movie, series or sport event you haven't seen yet.

Get rid of the unwanted spoilers!

This extension helps you to hide spoilers what you don't want to see on your screen. 

You can hide spoilers from ...
 - facebook(message board, chat, etc...)
 - twitter
 - youtube
 - google
 - news sites
 - etc....

NOTE: When installing, your browser shows a warning that Spoiler Protection for Chrome has access to your browsing history and browsing data. This is a standard message, we NEVER collect any information about your browsing history and browsing data! We collect only anonymized data with google analytics about the extension usage to improve it in the future. 
By using this extensions you contribute to the extension and the https://spoilerprotection.wecdev.com/ will store your ko-fi.com and patreon.com username. If you want to delete your ko-fi.com and patreon.com username please contact us at [email protected]

Spoiler Protection extension was made in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
Accordingly, Gold lion development Kft will not be liable for any claims, losses or damages resulting from use of Spoiler Protection extension.                    

Informasi Dasar Ekstensi

Nama Spoiler Protection 2.0 Spoiler Protection 2.0
ID eelacikjiplnmdingehjfdjcfegclmkg
URL Resmi https://chromewebstore.google.com/detail/spoiler-protection-20/eelacikjiplnmdingehjfdjcfegclmkg
Deskripsi Spoiler Protection 2.0 - NO MORE SPOILERS :)
Ukuran File 4.97 MB
Jumlah Instalasi 25,616
Versi Saat Ini 2.6.5
Terakhir Diperbarui 2020-04-30
Tanggal Publikasi 2020-04-28
Penilaian 4.23/5 Total 132 Penilaian
Pengembang https://wecdev.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://spoilerprotection.wecdev.com
URL Halaman Bantuan https://www.youtube.com/watch?v=3AE03Wcfem4
Bahasa yang Didukung en-GB,en-US,hu
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_name__",
    "short_name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "default_locale": "en_US",
    "version": "2.6.5",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon24.png",
        "default_popup": "popup\/popup.html",
        "default_title": "__MSG_app_name__"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "tabs"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "images\/icons\/import.png",
        "images\/icons\/kofi.png",
        "images\/icons\/movie.png",
        "core\/ui\/modules\/openPatreonUrl\/images\/patreon.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "core\/ui\/core\/jquery\/jquery-3.2.1.js",
                "core\/ui\/core\/extend.jquery.js",
                "core\/init.js",
                "core\/extends\/extend.prototypes.js",
                "core\/extends\/extend.String.normalize.js",
                "core\/extends\/nativeAPIs\/extend.i18n.js",
                "core\/utilities\/utils.js",
                "core\/utilities\/errorHandler.js",
                "core\/utilities\/settings.js",
                "core\/utilities\/message.js",
                "core\/utilities\/googleAnalitics.js",
                "core\/ui\/utilities\/badgeText.js",
                "core\/ui\/content\/markAndReplace.js",
                "core\/socials\/facebook.js",
                "core\/socials\/twitter.js",
                "core\/ui\/controls\/confirm\/jquery-confirm.js",
                "core\/ui\/modules\/enableDisableExtension\/enableDisableExtensionLogic.js",
                "core\/ui\/modules\/elementMarker\/elementMarkerLogic.js",
                "core\/ui\/modules\/whiteList\/whiteListLogic.js",
                "core\/ui\/modules\/supportUploader\/supportUploaderLogic.js",
                "core\/ui\/modules\/share\/horizontalShareLogic.js",
                "app\/ui\/modules\/spoilers\/spoilersLogic.js",
                "app\/ui\/modules\/spoilerCategories\/spoilerCategoriesLogic.js",
                "app\/ui\/modules\/spoilerContexts\/spoilerContextsLogic.js",
                "app\/ui\/modules\/spoilerCoverBackground\/spoilerCoverBackgroundLogic.js",
                "app\/utilities\/settings.js",
                "app\/ui\/content\/markAndReplace.js",
                "core\/eventDispatcher.js",
                "app\/extension\/content.js"
            ],
            "css": [
                "core\/ui\/controls\/confirm\/jquery-confirm.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "core\/init.js",
            "core\/extends\/extend.prototypes.js",
            "core\/extends\/nativeAPIs\/extend.tabs.js",
            "core\/utilities\/utils.js",
            "core\/utilities\/errorHandler.js",
            "core\/utilities\/settings.js",
            "core\/utilities\/message.js",
            "core\/ui\/utilities\/badgeText.js",
            "core\/ui\/modules\/enableDisableExtension\/enableDisableExtensionLogic.js",
            "core\/ui\/modules\/elementMarker\/elementMarkerLogic.js",
            "core\/ui\/modules\/whiteList\/whiteListLogic.js",
            "core\/ui\/modules\/supportUploader\/supportUploaderLogic.js",
            "core\/ui\/modules\/share\/horizontalShareLogic.js",
            "app\/ui\/modules\/spoilers\/spoilersLogic.js",
            "app\/ui\/modules\/spoilerCategories\/spoilerCategoriesLogic.js",
            "app\/ui\/modules\/spoilerContexts\/spoilerContextsLogic.js",
            "app\/ui\/modules\/spoilerCoverBackground\/spoilerCoverBackgroundLogic.js",
            "app\/utilities\/settings.js",
            "core\/eventDispatcher.js",
            "core\/extension\/background.js",
            "app\/extension\/background.js"
        ]
    }
}