LaGacetaSinPaywall
An extension to avoid paywall in LaGaceta website
什麼是LaGacetaSinPaywall?
LaGacetaSinPaywall是由okonsoft開發的Chrome擴展程式,該擴展的主要功能是“An extension to avoid paywall in LaGaceta website”。
擴展截圖
下載LaGacetaSinPaywall擴展crx文件
下載LaGacetaSinPaywall擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Evita tener que registrarte para leer La Gaceta. Navegá sin necesidad de tener que registrarte. No más ventanas pidiéndote todo el tiempo que te registres para poder seguir leyendo!
擴展基本資訊
名稱 | LaGacetaSinPaywall |
ID | ploejgmljpndlgafajocbjknecoabcca |
官方網址 | https://chromewebstore.google.com/detail/lagacetasinpaywall/ploejgmljpndlgafajocbjknecoabcca |
簡介 | An extension to avoid paywall in LaGaceta website |
檔案大小 | 5.13 KB |
安裝次數 | 27 |
目前版本 | 0.3.1 |
更新時間 | 2021-01-28 |
上架時間 | 2020-04-21 |
評分 | 5.00/5 共 1 次評分 |
開發者 | okonsoft |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/lucasocon/LaGacetaSinPaywall |
說明頁面URL | https://github.com/lucasocon/LaGacetaSinPaywall |
支援的語言 | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LaGacetaSinPaywall", "version": "0.3.1", "description": "An extension to avoid paywall in LaGaceta website", "author": "Lucas Ocon", "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "persistent": true, "scripts": [ "js\/background.js" ] } } |