Allow Copy& Right Click

Allow Right click, Allow copy, Selection on web sites that prevent it

Allow Copy& Right Clickคืออะไร?

Allow Copy& Right Click เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.downloadhub.cloud และคุณลักษณะหลักของมันคือ "Allow Right click, Allow copy, Selection on web sites that prevent it"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Allow Copy& Right Click

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

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

                        Many times we web developers like to see the resource or source code of any page. But many times it is seen that those pages turn off the source code option to not reveal its source code to anyone. You then have no way to access that source code or copy and paste any specific text on that page.With the help of our extension you can easily access the source code of any private page i.e. right click and inspect it. And you can copy and paste the URL of any picture, that page will not show you any obstacle. Our extension is very easy to use you can use this expander only with Active.

[+] Features
1. It is very easy to use as it has no complications.
2. helps you to copy the text or paragraph of the page.
3. Does this extension allow you to right click. 
4. This extension allows you to view the source code of that page.
5. Very lite and easy to use Extension.
6. Available for all browsers and platforms. 
7. Very lite and easy to use Extension.                    

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

ชื่อ Allow Copy& Right Click Allow Copy& Right Click
ID phekebkpgjmeloeffcajimoioocgdhfg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/allow-copy-right-click/phekebkpgjmeloeffcajimoioocgdhfg
คำอธิบาย Allow Right click, Allow copy, Selection on web sites that prevent it
ขนาดไฟล์ 98.56 KB
จำนวนการติดตั้ง 914
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2023-01-05
วันที่เผยแพร่ 2023-01-05
ผู้พัฒนา https://www.downloadhub.cloud
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://www.downloadhub.cloud/2022/12/browser-allow-copy-right-click.html
URL หน้านโยบายความเป็นส่วนตัว https://www.downloadhub.cloud/p/privacy-policy.html
ภาษาที่รองรับ en,en-GB,en-US,es,pt-BR,ro,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "data\/icons\/icon-128.png",
            "32": "data\/icons\/icon-32.png",
            "38": "data\/icons\/icon-38.png",
            "512": "data\/icons\/icon-512.png"
        },
        "default_popup": "data\/interface\/index.html?popup",
        "default_title": "__MSG_extName__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "bundled-content-script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "host_permissions": [
        ""
    ],
    "homepage_url": "https:\/\/www.downloadhub.cloud\/2022\/12\/browser-allow-copy-right-click.html",
    "icons": {
        "128": "data\/icons\/icon-128.png",
        "32": "data\/icons\/icon-32.png",
        "38": "data\/icons\/icon-38.png",
        "512": "data\/icons\/icon-512.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "permissions": [
        "storage",
        "tabs"
    ],
    "short_name": "right-click",
    "version": "1.0.5"
}