Paywall
Shows 'Paywall' sites links as '$$$'. Preserves original text. Great on Drudge. Also flags sites that do not work with adblockers.
Hvad er Paywall?
Paywall er en Chrome-udvidelse udviklet af Mark Crandall, og dens hovedfunktion er "Shows 'Paywall' sites links as '$$$'. Preserves original text. Great on Drudge. Also flags sites that do not work with adblockers.".
Udvidelsesskærmbilleder
Download Paywall-udvidelses-CRX-fil
Download Paywall-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | kemhkjedapfedmoaliehjgdllceafeng |
| Officiel URL | https://chromewebstore.google.com/detail/paywall/kemhkjedapfedmoaliehjgdllceafeng |
| Beskrivelse | Shows 'Paywall' sites links as '$$$'. Preserves original text. Great on Drudge. Also flags sites that do not work with adblockers. |
| Filstørrelse | 597 KB |
| Antal Installationer | 1,481 |
| Nuværende Version | 0.0.0.2 |
| Senest Opdateret | 2016-10-19 |
| Udgivelsesdato | 2016-10-18 |
| Bedømmelse | 2.67/5 Samlet 6 Bedømmelser |
| Udvikler | Mark Crandall |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
} | |