Bangtaned

Bangtaned yours friends

Bangtanedคืออะไร?

Bangtaned เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ingvarkazan1 และคุณลักษณะหลักของมันคือ "Bangtaned yours friends"

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

screenshot

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

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

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

                        Troll your coworkers making their navigation well bangtaned
This extension is just for making jokes with your friends or jobmates. It will substitute all the images on the pages the user is navigating by random images of BTS.                    

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

ชื่อ Bangtaned Bangtaned
ID nfnkkmiopnnopdkjhomdebfdnmomcdgn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bangtaned/nfnkkmiopnnopdkjhomdebfdnmomcdgn
คำอธิบาย Bangtaned yours friends
ขนาดไฟล์ 1.32 MB
จำนวนการติดตั้ง 26
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-04-04
วันที่เผยแพร่ 2021-04-04
ผู้พัฒนา ingvarkazan1
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "src\/bg\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Bangtaned"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/vampetase.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Bangtaned yours friends",
    "homepage_url": "https:\/\/github.com\/famoraes\/vampetase",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Bangtaned",
    "short_name": "Bangtaned",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}