T-Ad Identifier

Identifies and highlights Taboola Ads. Provides links to advertisers and to searches for respective Twitter accounts.

T-Ad Identifierคืออะไร?

T-Ad Identifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย qlumbusdev และคุณลักษณะหลักของมันคือ "Identifies and highlights Taboola Ads. Provides links to advertisers and to searches for respective Twitter accounts."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย T-Ad Identifier

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

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

                        What does the extension do?
Checks a web page for embedded taboola Ads, highlights them, retrieves links to the companies/organizations and also provides a link to a search for Twitter accounts.

How does the extension do this?
It basically looks for specific classes in the HTML code, extracts urls and the names of companies/organizations from specific classes. Based on these information it dynamically generates the links mentioned above.

Why is this extension being developed?
To support the Sleeping Giants initiative: https://twitter.com/slpng_giants                    

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

ชื่อ T-Ad Identifier T-Ad Identifier
ID eoelpjffhaennfbhminipkbbjakljomd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/t-ad-identifier/eoelpjffhaennfbhminipkbbjakljomd
คำอธิบาย Identifies and highlights Taboola Ads. Provides links to advertisers and to searches for respective Twitter accounts.
ขนาดไฟล์ 25.58 KB
จำนวนการติดตั้ง 27
เวอร์ชันปัจจุบัน 0.0.0.13
อัปเดตครั้งล่าสุด 2017-07-15
วันที่เผยแพร่ 2017-07-15
ผู้พัฒนา qlumbusdev
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "T-Ad Identifier",
    "version": "0.0.0.13",
    "short_name": "T-Ad Identifier",
    "description": "Identifies and highlights Taboola Ads. Provides links to advertisers and to searches for respective Twitter accounts.",
    "icons": {
        "19": "icons\/t-19.png",
        "38": "icons\/t-38.png",
        "48": "icons\/t-48.png",
        "96": "icons\/t-96.png",
        "128": "icons\/t-128.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "icons\/t-48.png",
            "96": "icons\/t-96.png"
        },
        "default_popup": "popup.html",
        "default_title": "T-Ad Identifier",
        "browser_style": true
    },
    "permissions": [
        "tabs",
        ""
    ]
}