Paywall
Shows 'Paywall' sites links as '$$$'. Preserves original text. Great on Drudge. Also flags sites that do not work with adblockers.
Paywallとは何ですか?
PaywallはMark Crandallによって開発されたChromeの拡張機能で、その主な機能は「Shows 'Paywall' sites links as '$$$'. Preserves original text. Great on Drudge. Also flags sites that do not work with adblockers.」です。
拡張機能のスクリーンショット
Paywall拡張機能のCRXファイルをダウンロード
Paywall拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Shows 'Paywall' sites links as '$$$'. Preserves original link text and moves link to '$$$' text. Great on Drudge. Also flags sites that do not work with adblockers. Does not in any way circumvent Paywall sites or logon restrictions, only warns that a link goes to a Paywall site. 拡張機能の基本情報
| 名前 | |
| ID | kemhkjedapfedmoaliehjgdllceafeng |
| 公式URL | https://chromewebstore.google.com/detail/paywall/kemhkjedapfedmoaliehjgdllceafeng |
| 説明 | Shows 'Paywall' sites links as '$$$'. Preserves original text. Great on Drudge. Also flags sites that do not work with adblockers. |
| ファイルサイズ | 597 KB |
| インストール数 | 1,481 |
| 現在のバージョン | 0.0.0.2 |
| 最終更新日 | 2016-10-19 |
| 公開日 | 2016-10-18 |
| 評価 | 2.67/5 合計 6 レビュー |
| 開発者 | Mark Crandall |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Paywall",
"version": "0.0.0.2",
"description": "Shows 'Paywall' sites links as '$$$'. Preserves original text. Great on Drudge. Also flags sites that do not work with adblockers.",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"jquery-1.12.0.min.js",
"content_script.js"
],
"run_at": "document_end"
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |