IMDB++

Search on IMDB simply highlight + right click. Also Hide Spoilers

IMDB++คืออะไร?

IMDB++ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ifwill.io และคุณลักษณะหลักของมันคือ "Search on IMDB simply highlight + right click. Also Hide Spoilers"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        IMDB++
- Prevents spoilers on the IMDB website by placing a black box over the episode-count and years active for all the actors, actresses, producers... on the show.
- Quickly search for a film/tv show/actors information on IMDB by highlighting any text and right clicking

Features:
Clicking on the extension icon allows you to change the way it works by giving you the following options: 

- Show Content (Will show the spoilers just as it is)
- Hide Content (Removes the spoilers from the page)
- Black Out Content (Hover over and reveal the content if you like)

Black Out Content is ON by DEFAULT when installing the application

- Right clicking opens a new tab with your search results from IMDB

___________________________________________________________________________________

Once installed, the extension works automatically by applying the spoiler protection to any IMDB tabs that are currently open and future IMDB pages. You also immediately are able to highlight text and search on IMDB

___________________________________________________________________________________

Version 2.01-2.04 Changes
- Updated to work with new website changes

Version 2.0 Changes
- Added Highlight Right-Click Search functionality
- When updating preferences, changes auto apply to all IMDB pages open

Version 1.6 Changes
- Added support for updated IMDB website
- Added support the all cast and crew page
- Updated Look                    

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

ชื่อ IMDB++ IMDB++
ID ifinopelnonfmkeadpclelgkbdpmgoll
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/imdb++/ifinopelnonfmkeadpclelgkbdpmgoll
คำอธิบาย Search on IMDB simply highlight + right click. Also Hide Spoilers
ขนาดไฟล์ 350 KB
จำนวนการติดตั้ง 50
เวอร์ชันปัจจุบัน 2.04
อัปเดตครั้งล่าสุด 2023-03-04
วันที่เผยแพร่ 2018-05-11
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://ifwill.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.ifwill.io
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "IMDB++",
    "description": "Search on IMDB simply highlight + right click. Also Hide Spoilers",
    "version": "2.04",
    "permissions": [
        "tabs",
        "storage",
        "contextMenus"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png",
        "256": "images\/icon256.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html",
        "default_title": "IMDB Hide Spoiler Cast Appearance"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/tinycolor.js",
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*.imdb.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}