Fulldive

Fulldive lets you leave comments directly on any web page. You can also tag, be tagged, and be notified by friends you care about.

Fulldiveคืออะไร?

Fulldive เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://fulldive.com และคุณลักษณะหลักของมันคือ "Fulldive lets you leave comments directly on any web page. You can also tag, be tagged, and be notified by friends you care about."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Unbiased and unfiltered conversations on any website, news, and videos.

Do you want to hear what people are really saying on New York Times, CNN, Youtube? Download Fulldive now to have access to thousands of undeleted comments from these sites. Many times comments are deleted/disabled because of the site or author bias--but Fulldive saves ALL comments.

Interested in what people are talking about when the Apple Keynote is streamed?

How about the most recent UFC fight? 

Look no further than Fulldive.

Fulldive is constantly expanding its commenting community. This extensions mission is to make the internet a fair playing field, NO MORE CENSORSHIP.

Fulldive lets you start discussions on any web page. Chat, tag, and get notified on trending topics amongst friends and your social circle, right on the web page. Find something noteworthy to share? Tag friends and get them to join the crowd. Last but not least, you'll get notified on your activities - just like any other social apps - and what’s trending.

Now available as an extension on Google Chrome Web Browser.

Key features:
- Chat with your friends and strangers, right on the web page.
- Found something noteworthy to share? Just tag your friends and get them to join the crowd.
- Bookmark the latest news, magazine articles, blog stories, videos, recipes, web pages, how-to information – anything you found interesting on the web.

Love Fulldive? Get Fulldive on your phone!

Google Play: http://bit.ly/evrygoogleplay
App Store: http://bit.ly/evryappstore

Website: https://fulldive.com                    

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

ชื่อ Fulldive Fulldive
ID anpgbcdpmnmmgmlalpbohkjkmnpfgkoi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/fulldive/anpgbcdpmnmmgmlalpbohkjkmnpfgkoi
คำอธิบาย Fulldive lets you leave comments directly on any web page. You can also tag, be tagged, and be notified by friends you care about.
ขนาดไฟล์ 990 KB
จำนวนการติดตั้ง 125
เวอร์ชันปัจจุบัน 2.5.0
อัปเดตครั้งล่าสุด 2021-10-20
วันที่เผยแพร่ 2019-06-15
คะแนน 4.83/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา http://fulldive.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.fulldive.com
URL หน้าช่วยเหลือ https://www.fulldive.com
URL หน้านโยบายความเป็นส่วนตัว https://www.fulldive.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fulldive",
    "version": "2.5.0",
    "short_name": "Fulldive",
    "description": "Fulldive lets you leave comments directly on any web page. You can also tag, be tagged, and be notified by friends you care about.",
    "homepage_url": "https:\/\/fdvr.co\/",
    "manifest_version": 2,
    "permissions": [
        "gcm",
        "tabs",
        "webNavigation",
        "webRequest",
        "storage",
        "notifications",
        "unlimitedStorage",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequestBlocking"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "vendors\/bundle.js",
                "content\/bundle.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "vendors\/bundle.js",
            "bg\/bundle.js",
            "vendor.js",
            "app.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "5_ic_browser.png",
        "default_title": "Fulldive"
    },
    "icons": {
        "16": "5_ic_browser.png",
        "18": "5_ic_browser.png",
        "32": "5_ic_browser.png",
        "64": "5_ic_browser.png",
        "128": "5_ic_browser.png"
    },
    "web_accessible_resources": [
        "*.png",
        "*.svg",
        "*.css",
        "*.woff",
        "*.woff2",
        "*.ttf",
        "*.otf"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}