Removed Sponsored Content
This extension removes sponsored Content from web pages
Removed Sponsored Contentคืออะไร?
Removed Sponsored Content เป็นส่วนขยายของ Chrome ที่พัฒนาโดย abrownm24 และคุณลักษณะหลักของมันคือ "This extension removes sponsored Content from web pages"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Removed Sponsored Content
ดาวน์โหลดไฟล์ส่วนขยาย Removed Sponsored Content ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tired of sponsored content on websites tricking you into navigating to unwanted pages across often suspicious and advertisement filled websites? Well no more! This extension will remove all "Around the web", "Sponsored", and "Featured" content from websites that redirect you to another web site. Any links internal to the site you are currently viewing are left in tact, only the links to external sites are removed. The extension is still new so please note any bugs you find. If there are any websites where the "sponsored" section still appears, let me know and I will work on including them.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hcdjjimgpihpnlbhgpjappbjehhpbfol |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/removed-sponsored-content/hcdjjimgpihpnlbhgpjappbjehhpbfol |
คำอธิบาย | This extension removes sponsored Content from web pages |
ขนาดไฟล์ | 89.09 KB |
จำนวนการติดตั้ง | 215 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-11-28 |
วันที่เผยแพร่ | 2015-11-28 |
คะแนน | 2.30/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | abrownm24 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Removed Sponsored Content", "short_name": "R S C", "description": "This extension removes sponsored Content from web pages", "version": "1.0", "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "css": [ "mycss.css" ], "run_at": "document_idle", "js": [ "jquery.js", "jquery-ui.js", "myscript.js" ] } ], "icons": { "16": "RSC.png", "48": "RSC.png", "128": "RSC.png" }, "permissions": [ "tabs" ] } |